summaryrefslogtreecommitdiff
path: root/modules/posixtm-tests
Commit message (Collapse)AuthorAgeFilesLines
* posixtm-tests: port to buggy compilerPaul Eggert2012-06-211-0/+1
| | | | | | | | | | | | Problem reported by Simon Josefsson in <http://lists.gnu.org/archive/html/bug-gnulib/2012-06/msg00246.html>. * modules/posixtm-tests (Depends-on): Add stdint. * tests/test-posixtm.c (struct posixtm_test.t_expected): Now of type int_least64_t, not int64_t, both because that's what INT64_C returns and because int_least64_t works even on 72-bit hosts. (T): Use INT64_C on constants outside the traditional int range, to work around compiler bug noted by Simon.
* Refactor common macros used in tests.Bruno Haible2009-12-241-0/+1
|
* posixtm: move #ifdef'd tests into a new moduleJim Meyering2009-09-191-0/+13
* lib/posixtm.c (posixtime): Remove #ifdef'd tests. Move to... * tests/test-posixtm.c: ... this new file. * modules/posixtm-tests: New module.