1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/cbrtl-tests
Bruno Haible 4dda933b73 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.
2012-03-05 14:16:38 +01:00

18 lines
275 B
Plaintext

Files:
tests/test-cbrtl.c
tests/test-cbrt.h
tests/signature.h
tests/macros.h
tests/randoml.c
Depends-on:
float
configure.ac:
Makefile.am:
TESTS += test-cbrtl
check_PROGRAMS += test-cbrtl
test_cbrtl_SOURCES = test-cbrtl.c randoml.c
test_cbrtl_LDADD = $(LDADD) @CBRTL_LIBM@