Tests of module 'math' in C++ mode.
[gnulib.git] / modules / math-tests
1 Files:
2 tests/test-math.c
3 tests/test-math-c++.cc
4 tests/signature.h
5
6 Depends-on:
7 ansi-c++-opt
8
9 configure.ac:
10
11 Makefile.am:
12 TESTS += test-math
13 check_PROGRAMS += test-math
14 if ANSICXX
15 TESTS += test-math-c++
16 check_PROGRAMS += test-math-c++
17 test_math_c___SOURCES = test-math-c++.cc
18 endif