X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ftruncf-tests;h=1c847e7bfc121bc0b015ce1beddeed8553ac2533;hb=929bd53a6d2863c97bd3eb371f4693c39540bcb5;hp=a7b4d53c2f52d4d2b3ba660cc5ec035c165a20dc;hpb=0a8c99541d9bc68404b24a4ba963b3483f83e157;p=gnulib.git diff --git a/modules/truncf-tests b/modules/truncf-tests index a7b4d53c2..1c847e7bf 100644 --- a/modules/truncf-tests +++ b/modules/truncf-tests @@ -1,14 +1,22 @@ Files: tests/test-truncf1.c +tests/test-truncf2.c +tests/minus-zero.h +tests/infinity.h +tests/nan.h +tests/signature.h +tests/macros.h Depends-on: +float +isnanf-nolibm +stdbool +stdint configure.ac: Makefile.am: -TESTS += test-truncf1 -check_PROGRAMS += test-truncf1 +TESTS += test-truncf1 test-truncf2 +check_PROGRAMS += test-truncf1 test-truncf2 test_truncf1_LDADD = $(LDADD) @TRUNCF_LIBM@ - -License: -LGPL +test_truncf2_LDADD = $(LDADD) @TRUNCF_LIBM@