X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ffrexp-tests;h=eee00fd02c75a756b5eb075c49db553575ccf3bb;hb=85de14f614534603cf01144192cae044df638e22;hp=db332ccfd51421b7899995c1e8790a8de0246e3b;hpb=076e99e2af11eb12b976dd1d936c6ebab6ece27f;p=gnulib.git diff --git a/modules/frexp-tests b/modules/frexp-tests index db332ccfd..eee00fd02 100644 --- a/modules/frexp-tests +++ b/modules/frexp-tests @@ -1,16 +1,17 @@ Files: tests/test-frexp.c +tests/nan.h Depends-on: -isnan-nolibm +isnand-nolibm +signbit configure.ac: -AC_SUBST([FREXP_LIBM]) Makefile.am: TESTS += test-frexp check_PROGRAMS += test-frexp -test_frexp_LDADD = @FREXP_LIBM@ $(LDADD) +test_frexp_LDADD = $(LDADD) @FREXP_LIBM@ License: LGPL