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/fcntl-h-c++-tests | |
parent | 1d19f103323b9ad6c43a27049f5ce7c4a586d989 (diff) | |
download | gnulib-01b63fe905b69ffeb46e6b0e367c7c0256ff8582.tar.gz |
Split C++ tests into separate tests modules.
Diffstat (limited to 'modules/fcntl-h-c++-tests')
-rw-r--r-- | modules/fcntl-h-c++-tests | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/modules/fcntl-h-c++-tests b/modules/fcntl-h-c++-tests new file mode 100644 index 0000000000..c71d15a0bb --- /dev/null +++ b/modules/fcntl-h-c++-tests @@ -0,0 +1,19 @@ +Files: +tests/test-fcntl-h-c++.cc +tests/signature.h + +Status: +c++-test + +Depends-on: +ansi-c++-opt + +configure.ac: + +Makefile.am: +if ANSICXX +TESTS += test-fcntl-h-c++ +check_PROGRAMS += test-fcntl-h-c++ +test_fcntl_h_c___SOURCES = test-fcntl-h-c++.cc +test_fcntl_h_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_CLOCK_GETTIME) +endif |