unistr/u8-strstr tests: Avoid test failure with ASAN.
[gnulib.git] / modules / signal-h-c++-tests
blob707f0b2734bf10ad69e0e79fb276bf82d53366cd
1 Files:
2 tests/test-signal-h-c++.cc
3 tests/test-signal-h-c++2.cc
4 tests/signature.h
6 Status:
7 c++-test
9 Depends-on:
10 ansi-c++-opt
12 configure.ac:
14 Makefile.am:
15 if ANSICXX
16 TESTS += test-signal-h-c++
17 check_PROGRAMS += test-signal-h-c++
18 test_signal_h_c___SOURCES = test-signal-h-c++.cc test-signal-h-c++2.cc
19 test_signal_h_c___LDADD = $(LDADD) $(LIBINTL) $(NANOSLEEP_LIB) $(PTHREAD_SIGMASK_LIB)
20 endif