summaryrefslogtreecommitdiff
path: root/modules/time-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/time-tests
parent1d19f103323b9ad6c43a27049f5ce7c4a586d989 (diff)
downloadgnulib-01b63fe905b69ffeb46e6b0e367c7c0256ff8582.tar.gz
Split C++ tests into separate tests modules.
Diffstat (limited to 'modules/time-tests')
-rw-r--r--modules/time-tests11
1 files changed, 1 insertions, 10 deletions
diff --git a/modules/time-tests b/modules/time-tests
index 4555357dbc..de7e2383c8 100644
--- a/modules/time-tests
+++ b/modules/time-tests
@@ -1,21 +1,12 @@
Files:
tests/test-time.c
-tests/test-time-c++.cc
-tests/test-time-c++2.cc
-tests/signature.h
Depends-on:
verify
-ansi-c++-opt
+time-c++-tests
configure.ac:
Makefile.am:
TESTS += test-time
check_PROGRAMS += test-time
-if ANSICXX
-TESTS += test-time-c++
-check_PROGRAMS += test-time-c++
-test_time_c___SOURCES = test-time-c++.cc test-time-c++2.cc
-test_time_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_NANOSLEEP)
-endif