diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2009-02-11 18:45:02 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2009-02-11 18:45:02 (GMT) |
commit | 77e347b19fb09bd96aba18dd6017d6f678e19c4e (patch) | |
tree | d07f8048b66011faf35f627413cbb853671315a3 /vms/build.com | |
parent | 96a0892ba8ea603835459b0104fb8b91432110a3 (diff) | |
download | hdf5-77e347b19fb09bd96aba18dd6017d6f678e19c4e.zip hdf5-77e347b19fb09bd96aba18dd6017d6f678e19c4e.tar.gz hdf5-77e347b19fb09bd96aba18dd6017d6f678e19c4e.tar.bz2 |
[svn-r16464] I brought them up to date. I'm testing them on OpenVMS now.
Diffstat (limited to 'vms/build.com')
-rw-r--r-- | vms/build.com | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/vms/build.com b/vms/build.com index c1de293..ee13379 100644 --- a/vms/build.com +++ b/vms/build.com @@ -14,7 +14,7 @@ $!# access to either file, you may request a copy from help@hdfgroup.org. $!# $! $! -$! This file builds C, Frtran, C++ HDF5 librraies and runs the tests +$! This file builds C, Fortran, C++ HDF5 libraries and runs the tests $! Specify location of the top HDF5 source directory $ $ hdf5top == "sys$sysusers:[pourmal.hdf5]" @@ -25,6 +25,8 @@ $ hdf5ctest = tmp + ".TEST]" $ hdf5f90test = tmp + ".FORTRAN.TEST]" $ hdf5cxxtest = tmp + ".C__.TEST]" $ hdf5toolstest = tmp + ".TOOLS.TESTFILES]" +$ hdf5toolstest_h5diff = tmp + ".TOOLS.H5DIFF.TESTFILES]" +$ hdf5toolstest_h5repack = tmp + ".TOOLS.H5REPACK.TESTFILES]" $ h5importtest = tmp + ".TOOLS.H5IMPORT.TESTFILES]" $ set def 'hdf5vms' $@make @@ -37,11 +39,13 @@ $@check $ set def 'hdf5toolstest' $ copy [-.h5dump]check_h5dump.com check_h5dump.com $ copy [-.h5ls]check_h5ls.com check_h5ls.com -$ copy [-.h5diff]check_h5diff.com check_h5diff.com -$ copy [-.h5repack]check_h5repack.com check_h5repack.com $@check_h5dump.com $@check_h5ls.com +$ set def 'hdf5toolstest_h5diff' +$ copy [-]check_h5diff.com check_h5diff.com $@check_h5diff.com +$ set def 'hdf5toolstest_h5repack' +$ copy [-]check_h5repack.com check_h5repack.com $@check_h5repack.com $! $ set def 'h5importtest' |