unistr/u8-strstr tests: Avoid test failure with ASAN.
[gnulib.git] / modules / noreturn-c++-tests
blobe8a346650bc951952a5b88ac6a52d2bf7883d1cf
1 Files:
2 tests/test-noreturn-c++.cc
4 Status:
5 c++-test
7 Depends-on:
8 ansi-c++-opt
10 configure.ac:
12 Makefile.am:
13 if ANSICXX
14 TESTS += test-noreturn-c++
15 check_PROGRAMS += test-noreturn-c++
16 test_noreturn_c___SOURCES = test-noreturn-c++.cc
17 endif