summaryrefslogtreecommitdiff
path: root/modules/time-tests
diff options
context:
space:
mode:
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