summaryrefslogtreecommitdiff
path: root/gnulib/modules/math-c++-tests
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/math-c++-tests')
m---------gnulib0
-rw-r--r--gnulib/modules/math-c++-tests21
2 files changed, 21 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/math-c++-tests b/gnulib/modules/math-c++-tests
new file mode 100644
index 0000000..796e3d1
--- /dev/null
+++ b/gnulib/modules/math-c++-tests
@@ -0,0 +1,21 @@
+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