[svn-r12794]

1. bug fix. the h5_cleanup file names were not build properly on the h5repacktest call
2. added only a call to test_bigout.h5 to be clean, because the other files are generated anyway  by the shell script. test_bigout.h5  is only made on the C program part (h5repacktst)
This commit is contained in:
Pedro Vicente Nunes 2006-10-20 14:33:16 -05:00
parent df803f78d0
commit 118b1d38fa

View File

@ -18,24 +18,11 @@
#include "testh5repack.h"
#include "h5diff.h"
const char *FILENAME[] = {
FNAME1OUT,
FNAME2OUT,
FNAME3OUT,
FNAME4OUT,
FNAME5OUT,
FNAME7OUT,
FNAME8OUT,
FNAME9OUT,
FNAME10OUT,
FNAME11OUT,
FNAME12OUT,
FNAME13OUT,
FNAME14OUT,
const char *H5REPACK_FILENAMES[] = {
"test_bigout",
NULL
};
/*-------------------------------------------------------------------------
* Function: main
*
@ -70,6 +57,7 @@ int main (int argc, const char *argv[])
puts("Testing h5repack:");
/* setup */
h5_reset();
fapl = h5_fileaccess();
@ -1219,7 +1207,7 @@ if (szip_can_encode) {
puts("All h5repack tests passed.");
h5_cleanup(FILENAME, fapl);
h5_cleanup(H5REPACK_FILENAMES, fapl);
return 0;