X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Ffrexp-tests;h=3f669f9353726c0512bd393467e7b74df8f16f03;hb=5a9e46ab46042f007426c1e06b836cf5608d8d4a;hp=910b0db405c5fe33e4cec52966ef91295fef3d57;hpb=a5bf7c43050114223e24fff065230cffe8c63200;p=gnulib.git diff --git a/modules/frexp-tests b/modules/frexp-tests index 910b0db40..3f669f935 100644 --- a/modules/frexp-tests +++ b/modules/frexp-tests @@ -1,15 +1,17 @@ Files: tests/test-frexp.c +tests/minus-zero.h +tests/nan.h +tests/signature.h +tests/macros.h Depends-on: -isnan-nolibm +isnand-nolibm +signbit configure.ac: Makefile.am: TESTS += test-frexp check_PROGRAMS += test-frexp -test_frexp_LDADD = @FREXP_LIBM@ $(LDADD) - -License: -LGPL +test_frexp_LDADD = $(LDADD) @FREXP_LIBM@