mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* tests/test-remainder.h: New file, based on tests/test-fmod.h. * tests/test-remainder.c: Include <float.h> and test-remainder.h. (main): Invoke test_function. * tests/test-remainderf.c: Include <float.h> and test-remainder.h. (main): Invoke test_function. * tests/test-remainderl.c: Include <float.h> and test-remainder.h. (main): Invoke test_function. * modules/remainder-tests (Files): Add tests/test-remainder.h, tests/randomd.c. (Makefile.am): Add randomd.c to test_remainder_SOURCES. * modules/remainderf-tests (Files): Add tests/test-remainder.h, tests/randomf.c. (Makefile.am): Add randomf.c to test_remainderf_SOURCES. * modules/remainderl-tests (Files): Add tests/test-remainder.h, tests/randoml.c. (Depends-on): Add 'float'. (Makefile.am): Add randoml.c to test_remainderl_SOURCES.
17 lines
309 B
Plaintext
17 lines
309 B
Plaintext
Files:
|
|
tests/test-remainderf.c
|
|
tests/test-remainder.h
|
|
tests/signature.h
|
|
tests/macros.h
|
|
tests/randomf.c
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-remainderf
|
|
check_PROGRAMS += test-remainderf
|
|
test_remainderf_SOURCES = test-remainderf.c randomf.c
|
|
test_remainderf_LDADD = $(LDADD) @REMAINDERF_LIBM@
|