summaryrefslogtreecommitdiff
path: root/modules/fabsl-tests
Commit message (Collapse)AuthorAgeFilesLines
* fabs* tests: More tests.Bruno Haible2012-03-031-0/+4
| | | | | | | | | | | | | | * tests/test-fabs.h: New file, partially extracted from tests/test-fabsl.c. * tests/test-fabs.c (RANDOM): New macro. * tests/test-fabsf.c (RANDOM): New macro. * tests/test-fabsl.c (RANDOM): New macro. * modules/fabs-tests (Files): Add tests/randomd.c. (Makefile.am): Add randomd.c to test_fabs_SOURCES. * modules/fabsf-tests (Files): Add tests/randomf.c. (Makefile.am): Add randomf.c to test_fabsf_SOURCES. * modules/fabsl-tests (Files): Add tests/randoml.c. (Makefile.am): Add randoml.c to test_fabsl_SOURCES.
* Tests for module 'fabsl'.Bruno Haible2012-02-251-0/+14
* modules/fabsl-tests: New file. * tests/test-fabsl.c: New file.