summaryrefslogtreecommitdiffstats
path: root/vms/build.com
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2009-08-13 15:58:47 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2009-08-13 15:58:47 (GMT)
commitaa13114bb834aaa847302223cc07d582a1ee259a (patch)
tree8b4e2667efb6609b2e56ebdae16d3437eebfb690 /vms/build.com
parent4598a59f86eaf9db3d838dbc367db494f8ef41f1 (diff)
downloadhdf5-aa13114bb834aaa847302223cc07d582a1ee259a.zip
hdf5-aa13114bb834aaa847302223cc07d582a1ee259a.tar.gz
hdf5-aa13114bb834aaa847302223cc07d582a1ee259a.tar.bz2
[svn-r17349] I added the simple test for h5jam and the build for h5repart.
I'm testing it now.
Diffstat (limited to 'vms/build.com')
-rw-r--r--vms/build.com5
1 files changed, 5 insertions, 0 deletions
diff --git a/vms/build.com b/vms/build.com
index af5cc6d..3949da5 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'
@@ -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