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