vma-iter: Port to 64-bit Haiku.
[gnulib.git] / modules / string-c++-tests
blobbd813bd892d1e22ecdc868663ca66e5cc93b6fe7
1 Files:
2 tests/test-string-c++.cc
3 tests/test-string-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-string-c++
17 check_PROGRAMS += test-string-c++
18 test_string_c___SOURCES = test-string-c++.cc test-string-c++2.cc
19 test_string_c___LDADD = $(LDADD) $(LIBINTL) $(LIBTHREAD)
20 endif