X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ffloorf-tests;h=5390f4bad046de732cb7580ed0407309dc916e6c;hb=679b14d8851a364efdffbdf50d4aa43921762076;hp=c8a97a8588ea2276115cfe0749ce5d73345a6888;hpb=7a9376508b5cf731a98a66e4021aa9d0167ef723;p=gnulib.git diff --git a/modules/floorf-tests b/modules/floorf-tests index c8a97a858..5390f4bad 100644 --- a/modules/floorf-tests +++ b/modules/floorf-tests @@ -1,14 +1,21 @@ Files: tests/test-floorf1.c +tests/test-floorf2.c Depends-on: +float +isnanf-nolibm +stdbool +stdint +fprintf-posix 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@ +test_floorf2_LDADD = $(LDADD) @FLOORF_LIBM@ License: LGPL