X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ffloorf-tests;h=64b4e3c31eea8139fa095b7a91d0663c1c42d8be;hb=427cbfd5b427150a71172efdd49db3cb0865cb42;hp=c8a97a8588ea2276115cfe0749ce5d73345a6888;hpb=7a9376508b5cf731a98a66e4021aa9d0167ef723;p=gnulib.git diff --git a/modules/floorf-tests b/modules/floorf-tests index c8a97a858..64b4e3c31 100644 --- a/modules/floorf-tests +++ b/modules/floorf-tests @@ -1,14 +1,20 @@ Files: tests/test-floorf1.c +tests/test-floorf2.c +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@