Test that gnulib does not break the standard C++ headers.
[gnulib.git] / modules / math-tests
1 Files:
2 tests/test-math.c
3 tests/test-math-c++.cc
4 tests/test-math-c++2.cc
5 tests/signature.h
6
7 Depends-on:
8 ansi-c++-opt
9
10 configure.ac:
11
12 Makefile.am:
13 TESTS += test-math
14 check_PROGRAMS += test-math
15 if ANSICXX
16 TESTS += test-math-c++
17 check_PROGRAMS += test-math-c++
18 test_math_c___SOURCES = test-math-c++.cc test-math-c++2.cc
19 endif