X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fldexpf-tests;h=80ee90d6d6a20b41db53406fbaeff49c6aeb8a93;hb=a27cef6cc21820b092cabf44ee1caec3c484935d;hp=1c387f12080a36844de7372bfcedea4e34cf0710;hpb=9b3b16cb188cfbd0b4db7a833877665c05f258cd;p=gnulib.git diff --git a/modules/ldexpf-tests b/modules/ldexpf-tests index 1c387f120..80ee90d6d 100644 --- a/modules/ldexpf-tests +++ b/modules/ldexpf-tests @@ -1,13 +1,22 @@ Files: tests/test-ldexpf.c +tests/test-ldexp.h +tests/minus-zero.h +tests/infinity.h +tests/nan.h tests/signature.h tests/macros.h +tests/randomf.c Depends-on: +isnanf-nolibm +signbit +float configure.ac: Makefile.am: TESTS += test-ldexpf check_PROGRAMS += test-ldexpf +test_ldexpf_SOURCES = test-ldexpf.c randomf.c test_ldexpf_LDADD = $(LDADD) @LDEXPF_LIBM@