stdbit: don’t assume -DHAVE_CONFIG_H
[gnulib.git] / modules / math-c++-tests
blob796e3d1a8f4fd99c2202ba4a17118393018b6f58
1 Files:
2 tests/test-math-c++.cc
3 tests/test-math-c++2.cc
4 tests/signature.h
6 Status:
7 c++-test
9 Depends-on:
10 ansi-c++-opt
12 configure.ac:
14 Makefile.am:
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 # These link dependencies are needed on IRIX 6.5 with cc.
20 test_math_c___LDADD = $(LDADD) $(COPYSIGNL_LIBM) $(RINT_LIBM) $(RINTL_LIBM)
21 endif