unistr/u8-strstr tests: Avoid test failure with ASAN.
[gnulib.git] / modules / errno-c++-tests
blobf4083bd1babfbb007ae0ce0ac4efa0b0a1fedbab
1 Files:
2 tests/test-errno-c++.cc
3 tests/test-errno-c++2.cc
5 Status:
6 c++-test
8 Depends-on:
9 ansi-c++-opt
11 configure.ac:
13 Makefile.am:
14 if ANSICXX
15 TESTS += test-errno-c++
16 check_PROGRAMS += test-errno-c++
17 test_errno_c___SOURCES = test-errno-c++.cc test-errno-c++2.cc
18 endif