Mercurial > hg > octave-shane > gnulib-hg
diff modules/time-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 | f1702810061f |
children |
line wrap: on
line diff
--- 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