* gdb.stabs/exclfwd.exp: Skip the test if configure did not

enable stabs testing.
This commit is contained in:
Daniel Jacobowitz 2006-06-22 19:50:57 +00:00
parent aa32fa1d64
commit 30930ca5c5
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
* gdb.stabs/exclfwd.exp: Skip the test if configure did not
enable stabs testing.
2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
* auxv.exp: Intercept undefined command messages before

View File

@ -21,6 +21,12 @@ if $tracelevel {
strace $tracelevel
}
# If the test directory was not created by configure then skip
# this test.
if ![file isdirectory ${objdir}/${subdir}] then {
return 0
}
#
# test running programs
#