mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* 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.
17 lines
269 B
Plaintext
17 lines
269 B
Plaintext
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@
|