X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ffrexp-tests;h=0d957f28c074d7772c9436050b7f0093806bc259;hb=cd56634a4a8179fd5a4419fbb3e27211b042ab1c;hp=3f669f9353726c0512bd393467e7b74df8f16f03;hpb=04da1cb11cf8285b944492aaa636dbd596ed5e74;p=gnulib.git diff --git a/modules/frexp-tests b/modules/frexp-tests index 3f669f935..0d957f28c 100644 --- a/modules/frexp-tests +++ b/modules/frexp-tests @@ -1,9 +1,12 @@ Files: tests/test-frexp.c +tests/test-frexp.h tests/minus-zero.h +tests/infinity.h tests/nan.h tests/signature.h tests/macros.h +tests/randomd.c Depends-on: isnand-nolibm @@ -14,4 +17,5 @@ configure.ac: Makefile.am: TESTS += test-frexp check_PROGRAMS += test-frexp +test_frexp_SOURCES = test-frexp.c randomd.c test_frexp_LDADD = $(LDADD) @FREXP_LIBM@