New module 'login_tty'.
[pspp] / modules / math-tests
index 71f6d685bd498b8581914fd05623439720887d5e..5d89f28dfb05079b7dadac281bf80a937cfbe6bf 100644 (file)
@@ -1,6 +1,7 @@
 Files:
 tests/test-math.c
 tests/test-math-c++.cc
+tests/test-math-c++2.cc
 tests/signature.h
 
 Depends-on:
@@ -14,5 +15,5 @@ check_PROGRAMS += test-math
 if ANSICXX
 TESTS += test-math-c++
 check_PROGRAMS += test-math-c++
-test_math_c___SOURCES = test-math-c++.cc
+test_math_c___SOURCES = test-math-c++.cc test-math-c++2.cc
 endif