summaryrefslogtreecommitdiff
path: root/modules/year2038-tests
Commit message (Collapse)AuthorAgeFilesLines
* Go back to dynamic largefile, year2038 testsPaul Eggert2023-04-181-1/+0
| | | | | | | | | Problem reported by Bruno Haible in: https://lists.gnu.org/r/bug-gnulib/2023-04/msg00134.html * modules/largefile-tests, modules/year2038-tests (Depends-on): Remove assert-h. * tests/test-largefile.c, tests/test-year2038.c: Test dynamically, not via static_assert.
* Slightly nicer largefile, year2038 testsPaul Eggert2023-04-171-0/+2
| | | | | | | | * modules/largefile-tests, modules/year2038-tests (Depends-on): Add assert-h, intprops. * tests/test-largefile.c, tests/test-year2038.c: Prefer compile-time to run-time tests. Don’t assume CHAR_BIT == 8.
* year2038: Add tests.Bruno Haible2023-04-161-0/+10
* tests/test-year2038.c: New file. * modules/year2038-tests: New file.