summaryrefslogtreecommitdiff
path: root/modules/math-tests
diff options
context:
space:
mode:
Diffstat (limited to 'modules/math-tests')
-rw-r--r--modules/math-tests8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/math-tests b/modules/math-tests
index ebab1579ce..71f6d685bd 100644
--- a/modules/math-tests
+++ b/modules/math-tests
@@ -1,10 +1,18 @@
Files:
tests/test-math.c
+tests/test-math-c++.cc
+tests/signature.h
Depends-on:
+ansi-c++-opt
configure.ac:
Makefile.am:
TESTS += test-math
check_PROGRAMS += test-math
+if ANSICXX
+TESTS += test-math-c++
+check_PROGRAMS += test-math-c++
+test_math_c___SOURCES = test-math-c++.cc
+endif