summaryrefslogtreecommitdiffstats
path: root/test/testhdf5.c
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2004-08-13 21:53:26 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2004-08-13 21:53:26 (GMT)
commit60412f524d06178ebd1ad7ba7ac720a1cc061888 (patch)
tree927d45fa691eec79a929ff30469e3cbeb468864b /test/testhdf5.c
parent188a2cfdc741ecfd137307244e089dc5d215cbde (diff)
downloadhdf5-60412f524d06178ebd1ad7ba7ac720a1cc061888.zip
hdf5-60412f524d06178ebd1ad7ba7ac720a1cc061888.tar.gz
hdf5-60412f524d06178ebd1ad7ba7ac720a1cc061888.tar.bz2
[svn-r9079] Purpose:
Feature Description: Changed TestParseCmdLine to accept an optional extra_parse() function provided by indidivual test application. Extra_parse() can handle extra options special to that test application. Updated testhdf5.c to use the new syntax of TestParseCmdLine(). Platforms tested: On eirene both serial and parallel.
Diffstat (limited to 'test/testhdf5.c')
-rw-r--r--test/testhdf5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testhdf5.c b/test/testhdf5.c
index 38193fc..b0408af 100644
--- a/test/testhdf5.c
+++ b/test/testhdf5.c
@@ -70,7 +70,7 @@ main(int argc, char *argv[])
TestInfo(argv[0]);
/* Parse command line arguments */
- TestParseCmdLine(argc,argv,&Summary,&CleanUp);
+ TestParseCmdLine(argc,argv,&Summary,&CleanUp,NULL);
/* Perform requested testing */
PerformTests();