unistr/u8-strstr tests: Avoid test failure with ASAN.
[gnulib.git] / modules / fcntl-h-c++-tests
blob7db39685aad6b7ab8ca367dd1a8a70f182ff6446
1 Files:
2 tests/test-fcntl-h-c++.cc
3 tests/signature.h
5 Status:
6 c++-test
8 Depends-on:
9 ansi-c++-opt
11 configure.ac:
13 Makefile.am:
14 if ANSICXX
15 TESTS += test-fcntl-h-c++
16 check_PROGRAMS += test-fcntl-h-c++
17 test_fcntl_h_c___SOURCES = test-fcntl-h-c++.cc
18 test_fcntl_h_c___LDADD = $(LDADD) $(LIBINTL) $(CLOCK_TIME_LIB) $(EUIDACCESS_LIBGEN) $(LIBSOCKET)
19 endif