From 2c70f90798420c81eaf4a100d0fa5c6ab5771bcb Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 17 Apr 2023 08:44:51 -0700 Subject: Slightly nicer largefile, year2038 tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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. --- modules/largefile-tests | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/largefile-tests') diff --git a/modules/largefile-tests b/modules/largefile-tests index 3241cceb5d..544070259a 100644 --- a/modules/largefile-tests +++ b/modules/largefile-tests @@ -2,6 +2,8 @@ Files: tests/test-largefile.c Depends-on: +assert-h +intprops sys_types sys_stat -- cgit v1.2.1