Test that gnulib does not break the standard C++ headers.
[gnulib.git] / modules / string-tests
1 Files:
2 tests/test-string.c
3 tests/test-string-c++.cc
4 tests/test-string-c++2.cc
5 tests/signature.h
6
7 Depends-on:
8 verify
9 ansi-c++-opt
10
11 configure.ac:
12
13 Makefile.am:
14 TESTS += test-string
15 check_PROGRAMS += test-string
16 if ANSICXX
17 TESTS += test-string-c++
18 check_PROGRAMS += test-string-c++
19 test_string_c___SOURCES = test-string-c++.cc test-string-c++2.cc
20 test_string_c___LDADD = $(LDADD) $(LIBINTL)
21 endif