Skip to content

Commit 5554ca1

Browse files
t-bdscho
authored andcommitted
Add test prereq for size_t being 64bit wide
Signed-off-by: Thomas Braun <[email protected]>
1 parent 9c2f8de commit 5554ca1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

t/test-lib.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1617,6 +1617,10 @@ test_lazy_prereq LONG_IS_64BIT '
16171617
test 8 -le "$(build_option sizeof-long)"
16181618
'
16191619

1620+
test_lazy_prereq SIZE_T_IS_64BIT '
1621+
test 8 -le "$(build_option sizeof-size_t)"
1622+
'
1623+
16201624
test_lazy_prereq TIME_IS_64BIT 'test-tool date is64bit'
16211625
test_lazy_prereq TIME_T_IS_64BIT 'test-tool date time_t-is64bit'
16221626

0 commit comments

Comments
 (0)