pty: Activate the signature wrapper of forkpty.
[gnulib.git] / modules / math-c++-tests
1 Files:
2 tests/test-math-c++.cc
3 tests/test-math-c++2.cc
4 tests/signature.h
5
6 Status:
7 c++-test
8
9 Depends-on:
10 ansi-c++-opt
11
12 configure.ac:
13
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