X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ffmodf-tests;h=b42897dd72ee669a8d4634bc5888d4ce0b15ef45;hb=f8fea966d67a6ba06231689e63f668bd55ee5797;hp=5f9ca3862e219bcde73b02037fb48fcfd072d4db;hpb=b220adc9691ddc18bcfbe7367d744179574dc7d4;p=gnulib.git diff --git a/modules/fmodf-tests b/modules/fmodf-tests index 5f9ca3862..b42897dd7 100644 --- a/modules/fmodf-tests +++ b/modules/fmodf-tests @@ -1,7 +1,9 @@ Files: tests/test-fmodf.c +tests/test-fmod.h tests/signature.h tests/macros.h +tests/randomf.c Depends-on: @@ -10,4 +12,5 @@ configure.ac: Makefile.am: TESTS += test-fmodf check_PROGRAMS += test-fmodf +test_fmodf_SOURCES = test-fmodf.c randomf.c test_fmodf_LDADD = $(LDADD) @FMODF_LIBM@