summaryrefslogtreecommitdiffstats
path: root/vms
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2009-08-13 16:11:33 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2009-08-13 16:11:33 (GMT)
commit5e435bd8ac0b1d59a2c8461b960434b49b50a25f (patch)
tree22a90a14da7a33a9fd2779dd0c93241df2ff73b6 /vms
parent1db993a27159c03d44e5dd8b3f766813b171929f (diff)
downloadhdf5-5e435bd8ac0b1d59a2c8461b960434b49b50a25f.zip
hdf5-5e435bd8ac0b1d59a2c8461b960434b49b50a25f.tar.gz
hdf5-5e435bd8ac0b1d59a2c8461b960434b49b50a25f.tar.bz2
[svn-r17350] I added the simple test for h5jam and the build for h5repart.
Not tested yet.
Diffstat (limited to 'vms')
-rw-r--r--vms/build.com5
-rw-r--r--vms/tools/misc/make.com36
2 files changed, 41 insertions, 0 deletions
diff --git a/vms/build.com b/vms/build.com
index 95c84df..59d311c 100644
--- a/vms/build.com
+++ b/vms/build.com
@@ -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'
@@ -59,4 +60,8 @@ $ 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
diff --git a/vms/tools/misc/make.com b/vms/tools/misc/make.com
index 4c8e223..ed2d061 100644
--- a/vms/tools/misc/make.com
+++ b/vms/tools/misc/make.com
@@ -49,6 +49,42 @@ $ 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
$!
$ exit