X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Ffmod-tests;h=debc2e68bf3ad7f2b4234bc19590add2f3f6c778;hb=e03145b987e919c32e53b9e422a7faead347642c;hp=7d9c7f39fb45f8bd43f4fe3980c977692cb1cdc4;hpb=8d0a40fc96fd7459e94ba316ae1dc7bd082ebc7e;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@