X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Ffrexpl-tests;h=2c0f99ed1b2b2746d2553a7fb993bc754161100b;hb=7ef6c64e210ac0979d7e8ac69bc5b5208c2405ab;hp=b9bcca82c8331d91bfb71c247347284e3565685f;hpb=076e99e2af11eb12b976dd1d936c6ebab6ece27f;p=gnulib.git diff --git a/modules/frexpl-tests b/modules/frexpl-tests index b9bcca82c..2c0f99ed1 100644 --- a/modules/frexpl-tests +++ b/modules/frexpl-tests @@ -1,15 +1,23 @@ Files: tests/test-frexpl.c +tests/test-frexp.h +tests/minus-zero.h +tests/infinity.h +tests/nan.h +tests/signature.h +tests/macros.h +tests/randoml.c Depends-on: fpucw isnanl-nolibm +signbit +float configure.ac: Makefile.am: TESTS += test-frexpl check_PROGRAMS += test-frexpl - -License: -LGPL +test_frexpl_SOURCES = test-frexpl.c randoml.c +test_frexpl_LDADD = $(LDADD) @FREXPL_LIBM@