Mercurial > hg > octave-nkf > gnulib-hg
diff modules/time-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 (2010-03-28) |
parents | |
children |
line wrap: on
line diff
new file mode 100644 --- /dev/null +++ b/modules/time-c++-tests @@ -0,0 +1,20 @@ +Files: +tests/test-time-c++.cc +tests/test-time-c++2.cc +tests/signature.h + +Status: +c++-test + +Depends-on: +ansi-c++-opt + +configure.ac: + +Makefile.am: +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