X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ffloorf-tests;h=64b4e3c31eea8139fa095b7a91d0663c1c42d8be;hb=d913c90f6a01f889db65cbb516683aab2f28c533;hp=bc9e0d3ba440d524c2797980732eda212051b687;hpb=8e4a7458b161eb2d65182f24119b17f395f2fbbe;p=gnulib.git diff --git a/modules/floorf-tests b/modules/floorf-tests index bc9e0d3ba..64b4e3c31 100644 --- a/modules/floorf-tests +++ b/modules/floorf-tests @@ -1,14 +1,20 @@ Files: -tests/test-floorf.c +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-floorf -check_PROGRAMS += test-floorf -test_floorf_LDADD = $(LDADD) @FLOORF_LIBM@ - -License: -LGPL +TESTS += test-floorf1 test-floorf2 +check_PROGRAMS += test-floorf1 test-floorf2 +test_floorf1_LDADD = $(LDADD) @FLOORF_LIBM@ +test_floorf2_LDADD = $(LDADD) @FLOORF_LIBM@