From 2cc1a61febc6da966ffb5f3ddb6425aadf8a3a6c Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 8 Mar 2010 02:37:37 +0100 Subject: Tests of module 'math' in C++ mode. --- modules/math-tests | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'modules/math-tests') 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 -- cgit v1.2.1