Skip to content

Commit 63863d4

Browse files
committed
tst_grow_header.c tests header extent growth
1 parent ce9132b commit 63863d4

File tree

3 files changed

+452
-4
lines changed

3 files changed

+452
-4
lines changed

sneak_peek.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ This is essentially a placeholder for the next release note ...
7575
See [PR #165](https://github.com/Parallel-NetCDF/PnetCDF/pull/165).
7676

7777
* New test program
78-
+ none
78+
+ test/testcases/tst_grow_header.c tests header extent growth by re-entering
79+
the define mode multiple times and add more fix-sized and record variables.
7980

8081
* Issues with NetCDF library
8182
+ none

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)