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