X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Ffrexp-tests;h=55ddaa4db5538a464c75b95987b0be56335238bd;hb=4e0358a6af54a597c5a3a8f7558a7e856758b141;hp=2f4abae7fcf94da5bc4073442037a78e41d8271f;hpb=f7596f4295deabc3d1c21d495bfa03dc2e958738;p=gnulib.git diff --git a/modules/frexp-tests b/modules/frexp-tests index 2f4abae7f..55ddaa4db 100644 --- a/modules/frexp-tests +++ b/modules/frexp-tests @@ -1,15 +1,18 @@ Files: tests/test-frexp.c +tests/minus-zero.h +tests/infinity.h +tests/nan.h +tests/signature.h +tests/macros.h Depends-on: +isnand-nolibm +signbit configure.ac: -AC_SUBST([FREXP_LIBM]) Makefile.am: TESTS += test-frexp check_PROGRAMS += test-frexp -test_frexp_LDADD = @FREXP_LIBM@ $(LDADD) - -License: -LGPL +test_frexp_LDADD = $(LDADD) @FREXP_LIBM@