summaryrefslogtreecommitdiff
path: root/modules/frexpf-ieee-tests
diff options
context:
space:
mode:
Diffstat (limited to 'modules/frexpf-ieee-tests')
-rw-r--r--modules/frexpf-ieee-tests18
1 files changed, 18 insertions, 0 deletions
diff --git a/modules/frexpf-ieee-tests b/modules/frexpf-ieee-tests
new file mode 100644
index 0000000000..ca8d7eb72d
--- /dev/null
+++ b/modules/frexpf-ieee-tests
@@ -0,0 +1,18 @@
+Files:
+tests/test-frexpf-ieee.c
+tests/minus-zero.h
+tests/infinity.h
+tests/nan.h
+tests/macros.h
+
+Depends-on:
+isnanf-nolibm
+float
+signbit
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-frexpf-ieee
+check_PROGRAMS += test-frexpf-ieee
+test_frexpf_ieee_LDADD = $(LDADD) @FREXPF_LIBM@