view modules/modf-tests @ 16562:3f4104450577

modf* tests: More tests. * tests/test-modf.h: New file. * tests/test-modf.c: Include <float.h> and test-modf.h. (main): Invoke test_function. * tests/test-modff.c: Include <float.h> and test-modf.h. (main): Invoke test_function. * tests/test-modfl.c: Include <float.h> and test-modf.h. (main): Invoke test_function. * modules/modf-tests (Files): Add tests/test-modf.h, tests/randomd.c. (Makefile.am): Add randomd.c to test_modf_SOURCES. * modules/modff-tests (Files): Add tests/test-modf.h, tests/randomf.c. (Makefile.am): Add randomf.c to test_modff_SOURCES. * modules/modfl-tests (Files): Add tests/test-modf.h, tests/randoml.c. (Depends-on): Add 'float'. (Makefile.am): Add randoml.c to test_modfl_SOURCES.
author Bruno Haible <bruno@clisp.org>
date Sat, 03 Mar 2012 17:00:59 +0100
parents b1975d683b36
children
line wrap: on
line source

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

Depends-on:

configure.ac:

Makefile.am:
TESTS += test-modf
check_PROGRAMS += test-modf
test_modf_SOURCES = test-modf.c randomd.c
test_modf_LDADD = $(LDADD) @MODF_LIBM@