diff options
Diffstat (limited to 'gold/testsuite/Makefile.am')
-rw-r--r-- | gold/testsuite/Makefile.am | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gold/testsuite/Makefile.am b/gold/testsuite/Makefile.am index 202f3be..520863f 100644 --- a/gold/testsuite/Makefile.am +++ b/gold/testsuite/Makefile.am @@ -30,12 +30,9 @@ if GCC if NATIVE_LINKER -TESTS += debug_msg.sh +TESTS += debug_msg.sh undef_symbol.sh -check_DATA += debug_msg.err - -# TESTS += undef_symbol.sh -# check_DATA +=undef_symbol.err +check_DATA += debug_msg.err undef_symbol.err NATIVE_PROGS = \ constructor_test \ |