mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* 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.
17 lines
269 B
Plaintext
17 lines
269 B
Plaintext
Files:
|
|
tests/test-fmodf.c
|
|
tests/test-fmod.h
|
|
tests/signature.h
|
|
tests/macros.h
|
|
tests/randomf.c
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-fmodf
|
|
check_PROGRAMS += test-fmodf
|
|
test_fmodf_SOURCES = test-fmodf.c randomf.c
|
|
test_fmodf_LDADD = $(LDADD) @FMODF_LIBM@
|