X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ffrexp-tests;h=0d957f28c074d7772c9436050b7f0093806bc259;hb=23eecb48e39afd0d267d64d40ba6bf97aa865e13;hp=55ddaa4db5538a464c75b95987b0be56335238bd;hpb=cf00d49188ce187174233c0a5e7bd018340a8aab;p=gnulib.git diff --git a/modules/frexp-tests b/modules/frexp-tests index 55ddaa4db..0d957f28c 100644 --- a/modules/frexp-tests +++ b/modules/frexp-tests @@ -1,10 +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 @@ -15,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@