Comment out undef_symbol.err for now.
This commit is contained in:
parent
69b7238f06
commit
3e6fe5ae73
@ -32,9 +32,10 @@ if NATIVE_LINKER
|
||||
|
||||
TESTS += debug_msg.sh
|
||||
|
||||
# TESTS += undef_symbol.sh
|
||||
check_DATA += debug_msg.err
|
||||
|
||||
check_DATA += debug_msg.err undef_symbol.err
|
||||
# TESTS += undef_symbol.sh
|
||||
# check_DATA +=undef_symbol.err
|
||||
|
||||
NATIVE_PROGS = \
|
||||
constructor_test \
|
||||
|
@ -43,9 +43,7 @@ build_triplet = @build@
|
||||
host_triplet = @host@
|
||||
target_triplet = @target@
|
||||
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_1 = debug_msg.sh
|
||||
|
||||
# TESTS += undef_symbol.sh
|
||||
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_2 = debug_msg.err undef_symbol.err
|
||||
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_2 = debug_msg.err
|
||||
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_3 = \
|
||||
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_shared_1_nonpic_test \
|
||||
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_shared_2_nonpic_test \
|
||||
@ -575,6 +573,9 @@ INCLUDES = \
|
||||
check_SCRIPTS = debug_msg.sh
|
||||
check_DATA = $(am__append_2)
|
||||
TESTS = object_unittest $(am__append_1) $(NATIVE_TESTING)
|
||||
|
||||
# TESTS += undef_symbol.sh
|
||||
# check_DATA +=undef_symbol.err
|
||||
@GCC_TRUE@@NATIVE_LINKER_TRUE@NATIVE_PROGS = constructor_test \
|
||||
@GCC_TRUE@@NATIVE_LINKER_TRUE@ constructor_static_test \
|
||||
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test \
|
||||
|
Loading…
Reference in New Issue
Block a user