diff options
| author | Bruno Haible <bruno@clisp.org> | 2010-03-28 19:07:33 +0200 |
|---|---|---|
| committer | Bruno Haible <bruno@clisp.org> | 2010-03-28 19:07:33 +0200 |
| commit | 01b63fe905b69ffeb46e6b0e367c7c0256ff8582 (patch) | |
| tree | 4dd324bd6e629bad974683c27c983bc00b1963e3 /modules/glob-c++-tests | |
| parent | 1d19f103323b9ad6c43a27049f5ce7c4a586d989 (diff) | |
| download | gnulib-01b63fe905b69ffeb46e6b0e367c7c0256ff8582.tar.gz | |
Split C++ tests into separate tests modules.
Diffstat (limited to 'modules/glob-c++-tests')
| -rw-r--r-- | modules/glob-c++-tests | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/modules/glob-c++-tests b/modules/glob-c++-tests new file mode 100644 index 0000000000..daa3ec71ac --- /dev/null +++ b/modules/glob-c++-tests @@ -0,0 +1,19 @@ +Files: +tests/test-glob-c++.cc +tests/signature.h + +Status: +c++-test + +Depends-on: +ansi-c++-opt + +configure.ac: + +Makefile.am: +if ANSICXX +TESTS += test-glob-c++ +check_PROGRAMS += test-glob-c++ +test_glob_c___SOURCES = test-glob-c++.cc +test_glob_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_CLOCK_GETTIME) +endif |
