mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-19 16:50:46 +08:00
[svn-r17349] I added the simple test for h5jam and the build for h5repart.
I'm testing it now.
This commit is contained in:
parent
4598a59f86
commit
aa13114bb8
@ -29,6 +29,7 @@ $ hdf5toolstest_h5diff = tmp + ".TOOLS.H5DIFF.TESTFILES]"
|
||||
$ hdf5toolstest_h5repack = tmp + ".TOOLS.H5REPACK.TESTFILES]"
|
||||
$ hdf5toolstest_h5copy = tmp + ".TOOLS.H5COPY.TESTFILES]"
|
||||
$ hdf5toolstest_h5import = tmp + ".TOOLS.H5IMPORT.TESTFILES]"
|
||||
$ hdf5toolstest_h5jam = tmp + ".TOOLS.H5JAM.TESTFILES]"
|
||||
$ set def 'hdf5vms'
|
||||
$@make
|
||||
$ set def 'hdf5ctest'
|
||||
@ -56,5 +57,9 @@ $!
|
||||
$ set def 'hdf5toolstest_h5import'
|
||||
$ copy [.-]check_h5import.com check_h5import.com
|
||||
$@check_h5import.com
|
||||
$!
|
||||
$ set def 'hdf5toolstest_h5jam'
|
||||
$ copy [.-]check_h5jam.com check_h5jam.com
|
||||
$@check_h5jam.com
|
||||
$
|
||||
$ exit
|
||||
|
@ -48,6 +48,42 @@ $ link/exe=h5mkgrp.exe -
|
||||
$ type sys$input
|
||||
Created h5mkgrp
|
||||
$!
|
||||
$ type sys$input
|
||||
Creating h5repart
|
||||
$!
|
||||
$ cobj= " h5repart "
|
||||
$!
|
||||
$ ccc 'cobj
|
||||
$ type sys$input
|
||||
$ link/exe=h5repart.exe -
|
||||
h5repart, -
|
||||
[-.lib]libh5tools.olb/lib,[-.-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib
|
||||
$ type sys$input
|
||||
Created h5repart
|
||||
$!
|
||||
$ cobj= " h5repart_gentest "
|
||||
$!
|
||||
$ ccc 'cobj
|
||||
$ type sys$input
|
||||
$ link/exe=h5repart_gentest.exe -
|
||||
h5repart_gentest, -
|
||||
[-.lib]libh5tools.olb/lib,[-.-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib
|
||||
$ type sys$input
|
||||
Created h5repart_gentest
|
||||
$!
|
||||
$ type sys$input
|
||||
Creating repart_test
|
||||
$!
|
||||
$ cobj= " repart_test "
|
||||
$!
|
||||
$ ccc 'cobj
|
||||
$ type sys$input
|
||||
$ link/exe=repart_test.exe -
|
||||
repart_test, -
|
||||
[-.lib]libh5tools.olb/lib,[-.-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib
|
||||
$ type sys$input
|
||||
Created repart_test
|
||||
$!
|
||||
$ type sys$input
|
||||
Done with misc tools compilation
|
||||
$!
|
||||
|
Loading…
x
Reference in New Issue
Block a user