diff modules/sys_stat-c++-tests @ 13082:d7eed0b7ef06

Split C++ tests into separate tests modules.
author Bruno Haible <bruno@clisp.org>
date Sun, 28 Mar 2010 19:07:33 +0200
parents
children
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/modules/sys_stat-c++-tests
@@ -0,0 +1,19 @@
+Files:
+tests/test-sys_stat-c++.cc
+tests/signature.h
+
+Status:
+c++-test
+
+Depends-on:
+ansi-c++-opt
+
+configure.ac:
+
+Makefile.am:
+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