From c111634fe9d972b01590ea2b4a3ed48cee6b82f1 Mon Sep 17 00:00:00 2001 From: wkliao Date: Fri, 7 Mar 2025 19:20:00 -0600 Subject: [PATCH] add note about adding tst_grow_header.c --- sneak_peek.md | 3 ++- test/testcases/tst_grow_header.c | 5 ++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sneak_peek.md b/sneak_peek.md index 3cc97bb74..ffee35cd6 100644 --- a/sneak_peek.md +++ b/sneak_peek.md @@ -73,7 +73,8 @@ This is essentially a placeholder for the next release note ... See [PR #165](https://github.com/Parallel-NetCDF/PnetCDF/pull/165). * New test program - + none + + test/testcases/tst_grow_header.c tests header extent growth by re-entering + the define mode multiple times and add more fix-sized and record variables. * Issues with NetCDF library + none diff --git a/test/testcases/tst_grow_header.c b/test/testcases/tst_grow_header.c index 2c88b1ae1..62525ac4e 100644 --- a/test/testcases/tst_grow_header.c +++ b/test/testcases/tst_grow_header.c @@ -1,13 +1,12 @@ /* * Copyright (C) 2025, Northwestern University and Argonne National Laboratory * See COPYRIGHT notice in top-level directory. - * */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - * This program tests header extent growth by re-entering the define mode and - * add more fix-sized and record variables. + * This program tests header extent growth by re-entering the define mode + * multiple times and add more fix-sized and record variables. * * The compile and run commands are given below. *