New module 'login_tty'.
[pspp] / modules / math-tests
index 7c515b5a7229579cfd3cc9a610553b4bb1c46077..5d89f28dfb05079b7dadac281bf80a937cfbe6bf 100644 (file)
@@ -1,13 +1,19 @@
 Files:
 tests/test-math.c
+tests/test-math-c++.cc
+tests/test-math-c++2.cc
+tests/signature.h
 
 Depends-on:
+ansi-c++-opt
 
 configure.ac:
 
 Makefile.am:
 TESTS += test-math
 check_PROGRAMS += test-math
-
-License:
-LGPL
+if ANSICXX
+TESTS += test-math-c++
+check_PROGRAMS += test-math-c++
+test_math_c___SOURCES = test-math-c++.cc test-math-c++2.cc
+endif