fsync test: Avoid test failure on MacOS X and AIX.
[pspp] / modules / wchar-tests
index 14ed4c483fab6c0d6b2c1ba564c446dd7a7df8d9..afe3bff7522b7142180448efc89bb083ccd25d13 100644 (file)
@@ -1,20 +1,12 @@
 Files:
 tests/test-wchar.c
-tests/test-wchar-c++.cc
-tests/signature.h
 
 Depends-on:
 verify
-ansi-c++-opt
+wchar-c++-tests
 
 configure.ac:
 
 Makefile.am:
 TESTS += test-wchar
 check_PROGRAMS += test-wchar
-if ANSICXX
-TESTS += test-wchar-c++
-check_PROGRAMS += test-wchar-c++
-test_wchar_c___SOURCES = test-wchar-c++.cc
-test_wchar_c___LDADD = $(LDADD) $(LIBINTL)
-endif