X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ffrexp-tests;h=0d957f28c074d7772c9436050b7f0093806bc259;hb=23eecb48e39afd0d267d64d40ba6bf97aa865e13;hp=efc3018dcba564bbc5d8ccf521ad80c2dee7a5a5;hpb=5d7e7dd737c62fe09ce0d083810a502209dc5e80;p=gnulib.git diff --git a/modules/frexp-tests b/modules/frexp-tests index efc3018dc..0d957f28c 100644 --- a/modules/frexp-tests +++ b/modules/frexp-tests @@ -1,8 +1,15 @@ 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: -isnan-nolibm +isnand-nolibm signbit configure.ac: @@ -10,7 +17,5 @@ configure.ac: Makefile.am: TESTS += test-frexp check_PROGRAMS += test-frexp -test_frexp_LDADD = @FREXP_LIBM@ $(LDADD) - -License: -LGPL +test_frexp_SOURCES = test-frexp.c randomd.c +test_frexp_LDADD = $(LDADD) @FREXP_LIBM@