Split C++ tests into separate tests modules.
[pspp] / modules / spawn-tests
index 18dfae2f7bcd446ed299b70e9d6a6da070e0bdd1..056b2d87ef912ce184b969a67595beb807e000b6 100644 (file)
@@ -1,19 +1,11 @@
 Files:
 tests/test-spawn.c
-tests/test-spawn-c++.cc
-tests/signature.h
 
 Depends-on:
-ansi-c++-opt
+spawn-c++-tests
 
 configure.ac:
 
 Makefile.am:
 TESTS += test-spawn
 check_PROGRAMS += test-spawn
-if ANSICXX
-TESTS += test-spawn-c++
-check_PROGRAMS += test-spawn-c++
-test_spawn_c___SOURCES = test-spawn-c++.cc
-test_spawn_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_NANOSLEEP)
-endif