mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
[svn-r9083] Purpose: Fix minor problem
Description: Added an argument to the call to TestParseCmdLine because its prototype has just been changed. Platforms tested: SunOS 5.7 (arabica) Linux 2.4 (eirene) Misc. update:
This commit is contained in:
parent
d1110d4055
commit
c517d82c97
@ -74,7 +74,7 @@ Comment out tests that are not done yet */
|
||||
TestInfo(argv[0]);
|
||||
|
||||
/* Parse command line arguments */
|
||||
TestParseCmdLine(argc,argv,&Summary,&CleanUp);
|
||||
TestParseCmdLine(argc,argv,&Summary,&CleanUp,NULL);
|
||||
|
||||
/* Perform requested testing */
|
||||
PerformTests();
|
||||
|
Loading…
Reference in New Issue
Block a user