X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ftruncf-tests;h=1c847e7bfc121bc0b015ce1beddeed8553ac2533;hb=23eecb48e39afd0d267d64d40ba6bf97aa865e13;hp=f598e0fc4d889d12445ac9668b731c18b4c253e3;hpb=629f74aef6aa27aecf73c33bad830f6785b3c128;p=gnulib.git diff --git a/modules/truncf-tests b/modules/truncf-tests index f598e0fc4..1c847e7bf 100644 --- a/modules/truncf-tests +++ b/modules/truncf-tests @@ -1,14 +1,22 @@ Files: -tests/test-truncf.c +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-truncf -check_PROGRAMS += test-truncf -test_truncf_LDADD = $(LDADD) @TRUNCF_LIBM@ - -License: -LGPL +TESTS += test-truncf1 test-truncf2 +check_PROGRAMS += test-truncf1 test-truncf2 +test_truncf1_LDADD = $(LDADD) @TRUNCF_LIBM@ +test_truncf2_LDADD = $(LDADD) @TRUNCF_LIBM@