unistr/u8-strstr tests: Avoid test failure with ASAN.
[gnulib.git] / modules / stdbool-c++-tests
blob4d44e8ef80065f692da64d5636a7428299aa6bf9
1 Files:
2 tests/test-stdbool-c++.cc
3 tests/test-stdbool-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-stdbool-c++
16 check_PROGRAMS += test-stdbool-c++
17 test_stdbool_c___SOURCES = test-stdbool-c++.cc test-stdbool-c++2.cc
18 endif