1Files:
2tests/test-fmod.c
3tests/test-fmod.h
4tests/signature.h
5tests/macros.h
6tests/randomd.c
7
8Depends-on:
9
10configure.ac:
11
12Makefile.am:
13TESTS += test-fmod
14check_PROGRAMS += test-fmod
15test_fmod_SOURCES = test-fmod.c randomd.c
16test_fmod_LDADD = $(LDADD) @FMOD_LIBM@
17