Split C++ tests into separate tests modules.
[pspp] / modules / stdlib-tests
index 2673470bf951165cdc12468f81995b6e2123c3f8..4f9368a3c3cfa4a7dae54576051d8beb08e342f4 100644 (file)
@@ -1,21 +1,12 @@
 Files:
 tests/test-stdlib.c
-tests/test-stdlib-c++.cc
-tests/test-stdlib-c++2.cc
-tests/signature.h
 
 Depends-on:
 verify
-ansi-c++-opt
+stdlib-c++-tests
 
 configure.ac:
 
 Makefile.am:
 TESTS += test-stdlib
 check_PROGRAMS += test-stdlib
-if ANSICXX
-TESTS += test-stdlib-c++
-check_PROGRAMS += test-stdlib-c++
-test_stdlib_c___SOURCES = test-stdlib-c++.cc test-stdlib-c++2.cc
-test_stdlib_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_CLOCK_GETTIME)
-endif