X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Frint-tests;h=1b0232f760f8aa3eb32d4423b066207bcf580dfb;hb=69770559f5bf198928150ac8162734d7f6b99c82;hp=bb69767a037cbbf8b2bb0d5daadecf616ea4dd6d;hpb=9723bfe9bb9af8309314ad6230f7661000ba03b1;p=gnulib.git diff --git a/modules/rint-tests b/modules/rint-tests index bb69767a0..1b0232f76 100644 --- a/modules/rint-tests +++ b/modules/rint-tests @@ -1,10 +1,12 @@ Files: tests/test-rint.c +tests/test-rint.h tests/minus-zero.h tests/infinity.h tests/nan.h tests/signature.h tests/macros.h +tests/randomd.c Depends-on: isnand-nolibm @@ -14,4 +16,5 @@ configure.ac: Makefile.am: TESTS += test-rint check_PROGRAMS += test-rint +test_rint_SOURCES = test-rint.c randomd.c test_rint_LDADD = $(LDADD) @RINT_LIBM@