blob: 796e3d1a8f4fd99c2202ba4a17118393018b6f58 [file] [log] [blame]
Files:
tests/test-math-c++.cc
tests/test-math-c++2.cc
tests/signature.h
Status:
c++-test
Depends-on:
ansi-c++-opt
configure.ac:
Makefile.am:
if ANSICXX
TESTS += test-math-c++
check_PROGRAMS += test-math-c++
test_math_c___SOURCES = test-math-c++.cc test-math-c++2.cc
# These link dependencies are needed on IRIX 6.5 with cc.
test_math_c___LDADD = $(LDADD) $(COPYSIGNL_LIBM) $(RINT_LIBM) $(RINTL_LIBM)
endif