summaryrefslogtreecommitdiff
path: root/modules/frexpf-ieee-tests
Commit message (Collapse)AuthorAgeFilesLines
* Refactor frexp*-ieee tests.Bruno Haible2012-02-261-0/+1
| | | | | | | | | | | | | * tests/test-frexp-ieee.h: New file. * tests/test-frexpf-ieee.c: Include test-frexp-ieee.h. (main): Just call test_function. * tests/test-frexp-ieee.c: Include test-frexp-ieee.h. (main): Just call test_function. * tests/test-frexpl-ieee.c: Include test-frexp-ieee.h. (main): Just call test_function. * modules/frexpf-ieee-tests (Files): Add tests/test-frexp-ieee.h. * modules/frexp-ieee-tests (Files): Likewise. * modules/frexpl-ieee-tests (Files): Likewise.
* Tests for module 'frexpf-ieee'.Bruno Haible2012-02-261-0/+18
* modules/frexpf-ieee-tests: New file. * tests/test-frexpf-ieee.c: New file.