summaryrefslogtreecommitdiff
path: root/modules/spawn-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-03-28 19:07:33 +0200
committerBruno Haible <bruno@clisp.org>2010-03-28 19:07:33 +0200
commit01b63fe905b69ffeb46e6b0e367c7c0256ff8582 (patch)
tree4dd324bd6e629bad974683c27c983bc00b1963e3 /modules/spawn-tests
parent1d19f103323b9ad6c43a27049f5ce7c4a586d989 (diff)
downloadgnulib-01b63fe905b69ffeb46e6b0e367c7c0256ff8582.tar.gz
Split C++ tests into separate tests modules.
Diffstat (limited to 'modules/spawn-tests')
-rw-r--r--modules/spawn-tests10
1 files changed, 1 insertions, 9 deletions
diff --git a/modules/spawn-tests b/modules/spawn-tests
index 18dfae2f7b..056b2d87ef 100644
--- a/modules/spawn-tests
+++ b/modules/spawn-tests
@@ -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