New module 'login_tty'.
[pspp] / modules / fcntl-h-tests
index 94d87bc2b1543546e0df3c41c001fb1e7723f058..e06b5bdd0cab1e1411713d283ea06b63fa122afd 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