dejagnu
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

test directory too deep


From: Ken Takusagawa
Subject: test directory too deep
Date: Fri, 22 Dec 2006 17:49:22 -0500

load_config in runtest.exp only looks three levels up the directory
tree to look for the config directory. If my test directory is deeper
than that, I can't run a make check from that directory (assuming I
want to run that test only as opposed to the entire test directory
tree)

Is there a recommended workaround?

proc load_config { args } {
   global srcdir
   global board_type

   set found 0

   return [search_and_load_file "tool-and-target-specific interface
file" $args [list ${srcdir}/config ${srcdir}/../config
${srcdir}/../../config ${srcdir}/../../../config]]
}

Thanks,
--ken




reply via email to

[Prev in Thread] Current Thread [Next in Thread]