]> Savannah Git Hosting - gnulib.git/commit
c-strtod: Add tests.
authorBruno Haible <bruno@clisp.org>
Tue, 5 Mar 2024 11:19:29 +0000 (12:19 +0100)
committerBruno Haible <bruno@clisp.org>
Tue, 5 Mar 2024 11:19:29 +0000 (12:19 +0100)
commit2bb63c10dda2024a6176132869e2d5ac2f37d344
treeb32c158e8e274ca87f1f86857e55e76f093fed49
parentf1ce7c98621facb90b59695d95fe0fcc31647fe3
c-strtod: Add tests.

* tests/test-strtod.h: New file, extracted from tests/test-strtod.c.
* tests/test-strtod.c: Include test-strtod.h.
(FABS): Remove unused macro.
(main): Just invoke test_function.
* tests/test-strtod1.c: Add comment.
* modules/strtod-tests (Files): Add tests/test-strtod.h.
* tests/test-c-strtod.c: New file, based on tests/test-strtod.c.
* tests/test-c-strtod1.c: New file, based on tests/test-strtod1.c.
* tests/test-c-strtod1.sh: New file, based on tests/test-strtod1.sh.
* modules/c-strtod-tests: New file, based on modules/strtod-tests.
ChangeLog
modules/c-strtod-tests [new file with mode: 0644]
modules/strtod-tests
tests/test-c-strtod.c [new file with mode: 0644]
tests/test-c-strtod1.c [new file with mode: 0644]
tests/test-c-strtod1.sh [new file with mode: 0755]
tests/test-strtod.c
tests/test-strtod.h [new file with mode: 0644]
tests/test-strtod1.c