view modules/cbrt-tests @ 16575:2faf2762788a

cbrt* tests: More tests. * tests/test-cbrt.h: New file. * tests/test-cbrt.c: Include <float.h> and test-cbrt.h. (main): Invoke test_function. * tests/test-cbrtf.c: Include <float.h> and test-cbrt.h. (main): Invoke test_function. * tests/test-cbrtl.c: Include <float.h> and test-cbrt.h. (main): Invoke test_function. * modules/cbrt-tests (Files): Add tests/test-cbrt.h, tests/randomd.c. (Makefile.am): Add randomd.c to test_cbrt_SOURCES. * modules/cbrtf-tests (Files): Add tests/test-cbrt.h, tests/randomf.c. (Makefile.am): Add randomf.c to test_cbrtf_SOURCES. * modules/cbrtl-tests (Files): Add tests/test-cbrt.h, tests/randoml.c. (Depends-on): Add 'float'. (Makefile.am): Add randoml.c to test_cbrtl_SOURCES.
author Bruno Haible <bruno@clisp.org>
date Mon, 05 Mar 2012 14:16:38 +0100
parents e01dd71f171d
children
line wrap: on
line source

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

Depends-on:

configure.ac:

Makefile.am:
TESTS += test-cbrt
check_PROGRAMS += test-cbrt
test_cbrt_SOURCES = test-cbrt.c randomd.c
test_cbrt_LDADD = $(LDADD) @CBRT_LIBM@