diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-08-24 19:33:58 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-08-24 19:33:58 (GMT) |
commit | a30cbd63b0423a7e63cedf4902df0a6ddd4c8ddb (patch) | |
tree | 6e3cf6d80c7db16c18128c25e606185e15cbe8b4 /tools/h5repack/testh5repack_main.c | |
parent | 644f9c0c98e58eab621d41bf8c59394e6ed64355 (diff) | |
download | hdf5-a30cbd63b0423a7e63cedf4902df0a6ddd4c8ddb.zip hdf5-a30cbd63b0423a7e63cedf4902df0a6ddd4c8ddb.tar.gz hdf5-a30cbd63b0423a7e63cedf4902df0a6ddd4c8ddb.tar.bz2 |
[svn-r9146] Purpose:
h5repack test
Description:
modified a test file generation contents, for more easy debugging
(generated just one reference dataset and one region reference )
Solution:
Platforms tested:
linux
aix
solaris
Misc. update:
Diffstat (limited to 'tools/h5repack/testh5repack_main.c')
-rw-r--r-- | tools/h5repack/testh5repack_main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/h5repack/testh5repack_main.c b/tools/h5repack/testh5repack_main.c index e99c1fd..caa4ac9 100644 --- a/tools/h5repack/testh5repack_main.c +++ b/tools/h5repack/testh5repack_main.c @@ -78,6 +78,8 @@ int main (void) TEST_ERROR; PASSED(); + /*return 0;*/ + /*------------------------------------------------------------------------- * file with all kinds of dataset datatypes *------------------------------------------------------------------------- |