Tests of module 'fcntl-h' in C++ mode.
[gnulib.git] / modules / fcntl-h-tests
index 94d87bc..e06b5bd 100644 (file)
@@ -1,10 +1,19 @@
 Files:
 tests/test-fcntl-h.c
+tests/test-fcntl-h-c++.cc
+tests/signature.h
 
 Depends-on:
+ansi-c++-opt
 
 configure.ac:
 
 Makefile.am:
 TESTS += test-fcntl-h
 check_PROGRAMS += test-fcntl-h
+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