summaryrefslogtreecommitdiff
path: root/gnulib/modules/floorf-tests
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/floorf-tests')
m---------gnulib0
-rw-r--r--gnulib/modules/floorf-tests22
2 files changed, 22 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/floorf-tests b/gnulib/modules/floorf-tests
new file mode 100644
index 0000000..8e70043
--- /dev/null
+++ b/gnulib/modules/floorf-tests
@@ -0,0 +1,22 @@
+Files:
+tests/test-floorf1.c
+tests/test-floorf2.c
+tests/minus-zero.h
+tests/infinity.h
+tests/nan.h
+tests/signature.h
+tests/macros.h
+
+Depends-on:
+float
+isnanf-nolibm
+stdbool
+stdint
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-floorf1 test-floorf2
+check_PROGRAMS += test-floorf1 test-floorf2
+test_floorf1_LDADD = $(LDADD) @FLOORF_LIBM@
+test_floorf2_LDADD = $(LDADD) @FLOORF_LIBM@