File tree Expand file tree Collapse file tree 3 files changed +452
-4
lines changed Expand file tree Collapse file tree 3 files changed +452
-4
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,8 @@ This is essentially a placeholder for the next release note ...
7373 See [ PR #165 ] ( https://github.com/Parallel-NetCDF/PnetCDF/pull/165 ) .
7474
7575* New test program
76- + none
76+ + test/testcases/tst_grow_header.c tests header extent growth by re-entering
77+ the define mode multiple times and add more fix-sized and record variables.
7778
7879* Issues with NetCDF library
7980 + none
Original file line number Diff line number Diff 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
102103M4_SRCS = put_all_kinds.m4 \
103104 erange_fill.m4 \
You can’t perform that action at this time.
0 commit comments