X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fmodff-tests;h=6675c40b2caff42ea04963518c9204425ed2b09d;hb=5191b3546cfb6c163228c23f214e325ddf60d46f;hp=9d35b7321b9b6ccccfd47082eed66fdcada50b89;hpb=881b57204cd633507c3342cdc3a1a1358c59d562;p=gnulib.git diff --git a/modules/modff-tests b/modules/modff-tests index 9d35b7321..6675c40b2 100644 --- a/modules/modff-tests +++ b/modules/modff-tests @@ -1,7 +1,9 @@ Files: tests/test-modff.c +tests/test-modf.h tests/signature.h tests/macros.h +tests/randomf.c Depends-on: @@ -10,4 +12,5 @@ configure.ac: Makefile.am: TESTS += test-modff check_PROGRAMS += test-modff +test_modff_SOURCES = test-modff.c randomf.c test_modff_LDADD = $(LDADD) @MODFF_LIBM@