Mercurial > hg > octave-lojdl > gnulib-hg
view modules/fmodf-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 | c4907ddd848d |
children |
line wrap: on
line source
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@