Skip to content

Commit 5c72e1e

Browse files
committed
New test program, tst_grow_header.c, to test header extent growth
1 parent b7ae129 commit 5c72e1e

File tree

2 files changed

+404
-3
lines changed

2 files changed

+404
-3
lines changed

test/testcases/Makefile.am

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,10 @@ TESTPROGRAMS = file_create_open \
9595
error_precedence \
9696
tst_free_comm \
9797
flexible_var \
98-
test_get_varn \
99-
tst_del_attr \
100-
tst_redefine
98+
test_get_varn \
99+
tst_del_attr \
100+
tst_redefine \
101+
tst_grow_header
101102

102103
M4_SRCS = put_all_kinds.m4 \
103104
erange_fill.m4 \

0 commit comments

Comments
 (0)