X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Ffabs-tests;h=3468c3494a0013a50c60e2fd882adf3724259946;hb=d78c62e;hp=b716159182adafe4215dc870af5920d3eb0440e6;hpb=692679fcbebba0095bae0f1f1a99bd1f0f5a0476;p=gnulib.git diff --git a/modules/fabs-tests b/modules/fabs-tests index b71615918..3468c3494 100644 --- a/modules/fabs-tests +++ b/modules/fabs-tests @@ -1,13 +1,18 @@ Files: tests/test-fabs.c +tests/test-fabs.h tests/signature.h +tests/minus-zero.h tests/macros.h +tests/randomd.c Depends-on: +signbit configure.ac: Makefile.am: TESTS += test-fabs check_PROGRAMS += test-fabs +test_fabs_SOURCES = test-fabs.c randomd.c test_fabs_LDADD = $(LDADD) @FABS_LIBM@