summaryrefslogtreecommitdiff
path: root/gnulib/modules/ldexp-tests
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/ldexp-tests')
m---------gnulib0
-rw-r--r--gnulib/modules/ldexp-tests20
2 files changed, 20 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/ldexp-tests b/gnulib/modules/ldexp-tests
new file mode 100644
index 0000000..bd252cf
--- /dev/null
+++ b/gnulib/modules/ldexp-tests
@@ -0,0 +1,20 @@
+Files:
+tests/test-ldexp.c
+tests/test-ldexp.h
+tests/minus-zero.h
+tests/infinity.h
+tests/nan.h
+tests/signature.h
+tests/macros.h
+
+Depends-on:
+isnand-nolibm
+signbit
+float
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-ldexp
+check_PROGRAMS += test-ldexp
+test_ldexp_LDADD = $(LDADD) @LDEXP_LIBM@