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 ++ modules/year2038-tests | 2 ++ 2 files changed, 4 insertions(+) (limited to 'modules') 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 diff --git a/modules/year2038-tests b/modules/year2038-tests index ce51559a3c..63f00ee7f8 100644 --- a/modules/year2038-tests +++ b/modules/year2038-tests @@ -2,6 +2,8 @@ Files: tests/test-year2038.c Depends-on: +assert-h +intprops configure.ac: -- cgit v1.2.1