summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2023-04-17 08:44:51 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2023-04-17 08:47:23 -0700
commit2c70f90798420c81eaf4a100d0fa5c6ab5771bcb (patch)
treeee765567689fcd31bdc53d32b1bbda134ebe9199 /modules
parent879c7d6ecfa968a66eb202d5094747064b5e9ff6 (diff)
downloadgnulib-2c70f90798420c81eaf4a100d0fa5c6ab5771bcb.tar.gz
Slightly nicer largefile, year2038 tests
* 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.
Diffstat (limited to 'modules')
-rw-r--r--modules/largefile-tests2
-rw-r--r--modules/year2038-tests2
2 files changed, 4 insertions, 0 deletions
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: