roundf-ieee: Fix test failures on AIX 7.1 and OSF/1 5.1.
[pspp] / modules / floorf-tests
index c8a97a8588ea2276115cfe0749ce5d73345a6888..3e9c045ef0076bfaf2e9901016706d0d5f69195e 100644 (file)
@@ -1,14 +1,21 @@
 Files:
 tests/test-floorf1.c
+tests/test-floorf2.c
+tests/minus-zero.h
+tests/nan.h
+tests/signature.h
+tests/macros.h
 
 Depends-on:
+float
+isnanf-nolibm
+stdbool
+stdint
 
 configure.ac:
 
 Makefile.am:
-TESTS += test-floorf1
-check_PROGRAMS += test-floorf1
+TESTS += test-floorf1 test-floorf2
+check_PROGRAMS += test-floorf1 test-floorf2
 test_floorf1_LDADD = $(LDADD) @FLOORF_LIBM@
-
-License:
-LGPL
+test_floorf2_LDADD = $(LDADD) @FLOORF_LIBM@