summaryrefslogtreecommitdiff
path: root/modules/math-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-03-08 02:37:37 +0100
committerBruno Haible <bruno@clisp.org>2010-03-08 03:11:17 +0100
commit2cc1a61febc6da966ffb5f3ddb6425aadf8a3a6c (patch)
treec4ecf38d57587d81999e4381334eb62db24583c3 /modules/math-tests
parent96687b16a22a4e07331bdeb5c3bdd534484f5b77 (diff)
downloadgnulib-2cc1a61febc6da966ffb5f3ddb6425aadf8a3a6c.tar.gz
Tests of module 'math' in C++ 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