summaryrefslogtreecommitdiff
path: root/gnulib/modules/floor-tests
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/floor-tests')
m---------gnulib0
-rw-r--r--gnulib/modules/floor-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/floor-tests b/gnulib/modules/floor-tests
new file mode 100644
index 0000000..c57c3c9
--- /dev/null
+++ b/gnulib/modules/floor-tests
@@ -0,0 +1,22 @@
+Files:
+tests/test-floor1.c
+tests/test-floor2.c
+tests/minus-zero.h
+tests/infinity.h
+tests/nan.h
+tests/signature.h
+tests/macros.h
+
+Depends-on:
+float
+isnand-nolibm
+stdbool
+stdint
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-floor1 test-floor2
+check_PROGRAMS += test-floor1 test-floor2
+test_floor1_LDADD = $(LDADD) @FLOOR_LIBM@
+test_floor2_LDADD = $(LDADD) @FLOOR_LIBM@