Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | posixtm-tests: port to buggy compiler | Paul Eggert | 2012-06-21 | 1 | -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 Haible | 2009-12-24 | 1 | -0/+1 |
| | |||||
* | posixtm: move #ifdef'd tests into a new module | Jim Meyering | 2009-09-19 | 1 | -0/+13 |
* lib/posixtm.c (posixtime): Remove #ifdef'd tests. Move to... * tests/test-posixtm.c: ... this new file. * modules/posixtm-tests: New module. |