blob: 9470eb85d54046a137afa7cef9a2ac443ceab094 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
Files:
tests/test-fmodl.c
tests/test-fmod.h
tests/signature.h
tests/macros.h
tests/randoml.c
Depends-on:
fpucw
float
configure.ac:
Makefile.am:
TESTS += test-fmodl
check_PROGRAMS += test-fmodl
test_fmodl_SOURCES = test-fmodl.c randoml.c
test_fmodl_LDADD = $(LDADD) @FMODL_LIBM@
|