X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ffmod-tests;h=debc2e68bf3ad7f2b4234bc19590add2f3f6c778;hb=7ef6c64e210ac0979d7e8ac69bc5b5208c2405ab;hp=7d9c7f39fb45f8bd43f4fe3980c977692cb1cdc4;hpb=692679fcbebba0095bae0f1f1a99bd1f0f5a0476;p=gnulib.git diff --git a/modules/fmod-tests b/modules/fmod-tests index 7d9c7f39f..debc2e68b 100644 --- a/modules/fmod-tests +++ b/modules/fmod-tests @@ -1,7 +1,9 @@ Files: tests/test-fmod.c +tests/test-fmod.h tests/signature.h tests/macros.h +tests/randomd.c Depends-on: @@ -10,4 +12,5 @@ configure.ac: Makefile.am: TESTS += test-fmod check_PROGRAMS += test-fmod +test_fmod_SOURCES = test-fmod.c randomd.c test_fmod_LDADD = $(LDADD) @FMOD_LIBM@