X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Frintf-tests;h=d72ce79167a01dbece89215d89e830d46ce94fa2;hb=6a0fd2e2d7d6a7e787ada21ffbe5f8ac0e3a06f1;hp=1b5a9c1a4e34e6d5349dbe21f223b3c22b1e6eac;hpb=2408f02086a20c0a02241cd4a1cf11f126a95fe3;p=gnulib.git diff --git a/modules/rintf-tests b/modules/rintf-tests index 1b5a9c1a4..d72ce7916 100644 --- a/modules/rintf-tests +++ b/modules/rintf-tests @@ -1,10 +1,12 @@ Files: tests/test-rintf.c +tests/test-rint.h tests/minus-zero.h tests/infinity.h tests/nan.h tests/signature.h tests/macros.h +tests/randomf.c Depends-on: isnanf-nolibm @@ -14,4 +16,5 @@ configure.ac: Makefile.am: TESTS += test-rintf check_PROGRAMS += test-rintf +test_rintf_SOURCES = test-rintf.c randomf.c test_rintf_LDADD = $(LDADD) @RINTF_LIBM@