summaryrefslogtreecommitdiff
path: root/modules/spawn-c++-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-c++-tests
parent1d19f103323b9ad6c43a27049f5ce7c4a586d989 (diff)
downloadgnulib-01b63fe905b69ffeb46e6b0e367c7c0256ff8582.tar.gz
Split C++ tests into separate tests modules.
Diffstat (limited to 'modules/spawn-c++-tests')
-rw-r--r--modules/spawn-c++-tests19
1 files changed, 19 insertions, 0 deletions
diff --git a/modules/spawn-c++-tests b/modules/spawn-c++-tests
new file mode 100644
index 0000000000..e685cacf6b
--- /dev/null
+++ b/modules/spawn-c++-tests
@@ -0,0 +1,19 @@
+Files:
+tests/test-spawn-c++.cc
+tests/signature.h
+
+Status:
+c++-test
+
+Depends-on:
+ansi-c++-opt
+
+configure.ac:
+
+Makefile.am:
+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