Test that gnulib does not break the standard C++ headers.
[pspp] / modules / stdlib-tests
1 Files:
2 tests/test-stdlib.c
3 tests/test-stdlib-c++.cc
4 tests/test-stdlib-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-stdlib
15 check_PROGRAMS += test-stdlib
16 if ANSICXX
17 TESTS += test-stdlib-c++
18 check_PROGRAMS += test-stdlib-c++
19 test_stdlib_c___SOURCES = test-stdlib-c++.cc test-stdlib-c++2.cc
20 test_stdlib_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_CLOCK_GETTIME)
21 endif