mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-11 22:24:42 +00:00
* gdb.stabs/exclfwd.exp: Skip the test if configure did not
enable stabs testing.
This commit is contained in:
parent
aa32fa1d64
commit
30930ca5c5
@ -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
|
||||
|
@ -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
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user