view modules/fmod-tests @ 16564:a5e3d6ba8dee

fmod* tests: More tests. * tests/test-fmod.h: New file. * tests/test-fmod.c: Include <float.h> and test-fmod.h. (main): Invoke test_function. * tests/test-fmodf.c: Include <float.h> and test-fmod.h. (main): Invoke test_function. * tests/test-fmodl.c: Include <float.h> and test-fmod.h. (main): Invoke test_function. * modules/fmod-tests (Files): Add tests/test-fmod.h, tests/randomd.c. (Makefile.am): Add randomd.c to test_fmod_SOURCES. * modules/fmodf-tests (Files): Add tests/test-fmod.h, tests/randomf.c. (Makefile.am): Add randomf.c to test_fmodf_SOURCES. * modules/fmodl-tests (Files): Add tests/test-fmod.h, tests/randoml.c. (Depends-on): Add 'float'. (Makefile.am): Add randoml.c to test_fmodl_SOURCES.
author Bruno Haible <bruno@clisp.org>
date Sat, 03 Mar 2012 18:15:16 +0100
parents 5e5b237bf7bf
children
line wrap: on
line source

Files:
tests/test-fmod.c
tests/test-fmod.h
tests/signature.h
tests/macros.h
tests/randomd.c

Depends-on:

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@