Hash :
4dda933b
Author :
Date :
2012-03-05T14:16:38
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.
Files:
tests/test-cbrtf.c
tests/test-cbrt.h
tests/signature.h
tests/macros.h
tests/randomf.c
Depends-on:
configure.ac:
Makefile.am:
TESTS += test-cbrtf
check_PROGRAMS += test-cbrtf
test_cbrtf_SOURCES = test-cbrtf.c randomf.c
test_cbrtf_LDADD = $(LDADD) @CBRTF_LIBM@