X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ffrexpf-tests;h=c7bfbed6c15f5d87d6256929cd23f1497910168b;hb=fa1db0dd22768f09a507674a30beb5b8a87bb35f;hp=34252a80fc8082ea08a703813aa07f25fd6f4a45;hpb=6f362523608fe15b536bcc8ea60c8588ce8b1ef9;p=gnulib.git diff --git a/modules/frexpf-tests b/modules/frexpf-tests index 34252a80f..c7bfbed6c 100644 --- a/modules/frexpf-tests +++ b/modules/frexpf-tests @@ -1,10 +1,12 @@ Files: tests/test-frexpf.c +tests/test-frexp.h tests/minus-zero.h tests/infinity.h tests/nan.h tests/signature.h tests/macros.h +tests/randomf.c Depends-on: isnanf-nolibm @@ -15,4 +17,5 @@ configure.ac: Makefile.am: TESTS += test-frexpf check_PROGRAMS += test-frexpf +test_frexpf_SOURCES = test-frexpf.c randomf.c test_frexpf_LDADD = $(LDADD) @FREXPF_LIBM@