regex.m4: correct the reversed range endpoint ([b-a]) test
[gnulib.git] / modules / unistd-tests
index 486f9e1..6034fd5 100644 (file)
@@ -1,11 +1,20 @@
 Files:
 tests/test-unistd.c
+tests/test-unistd-c++.cc
+tests/signature.h
 
 Depends-on:
 verify
+ansi-c++-opt
 
 configure.ac:
 
 Makefile.am:
 TESTS += test-unistd
 check_PROGRAMS += test-unistd
+if ANSICXX
+TESTS += test-unistd-c++
+check_PROGRAMS += test-unistd-c++
+test_unistd_c___SOURCES = test-unistd-c++.cc
+test_unistd_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_CLOCK_GETTIME)
+endif