X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ffrexpl-tests;h=2c0f99ed1b2b2746d2553a7fb993bc754161100b;hb=458c944ddbb41cd6ba34416db2867eb6f17bf61a;hp=3dcaf116151242e3798c906de14701ab020d6f3a;hpb=80689324582ff25f245c1ff52a401a59072c1928;p=gnulib.git diff --git a/modules/frexpl-tests b/modules/frexpl-tests index 3dcaf1161..2c0f99ed1 100644 --- a/modules/frexpl-tests +++ b/modules/frexpl-tests @@ -1,13 +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@