summaryrefslogtreecommitdiff
path: root/modules/sys_stat-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/sys_stat-tests
parent1d19f103323b9ad6c43a27049f5ce7c4a586d989 (diff)
downloadgnulib-01b63fe905b69ffeb46e6b0e367c7c0256ff8582.tar.gz
Split C++ tests into separate tests modules.
Diffstat (limited to 'modules/sys_stat-tests')
-rw-r--r--modules/sys_stat-tests10
1 files changed, 1 insertions, 9 deletions
diff --git a/modules/sys_stat-tests b/modules/sys_stat-tests
index 08e93cb3dc..a5ede77aba 100644
--- a/modules/sys_stat-tests
+++ b/modules/sys_stat-tests
@@ -1,20 +1,12 @@
Files:
tests/test-sys_stat.c
-tests/test-sys_stat-c++.cc
-tests/signature.h
Depends-on:
verify
-ansi-c++-opt
+sys_stat-c++-tests
configure.ac:
Makefile.am:
TESTS += test-sys_stat
check_PROGRAMS += test-sys_stat
-if ANSICXX
-TESTS += test-sys_stat-c++
-check_PROGRAMS += test-sys_stat-c++
-test_sys_stat_c___SOURCES = test-sys_stat-c++.cc
-test_sys_stat_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_CLOCK_GETTIME)
-endif