diff options
Diffstat (limited to 'vms/build.com')
-rw-r--r-- | vms/build.com | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/vms/build.com b/vms/build.com index 98efff8..f31c1b4 100644 --- a/vms/build.com +++ b/vms/build.com @@ -51,12 +51,15 @@ $ set def 'hdf5toolstest_h5repack' $ copy [-]check_h5repack.com check_h5repack.com $@check_h5repack.com $! -$ set def 'hdf5toolstest_h5copy' -$ copy [-]check_h5copy.com check_h5copy.com -$@check_h5copy.com +$! set def 'hdf5toolstest_h5copy' +$! copy [-]check_h5copy.com check_h5copy.com +$!@check_h5copy.com $! -$ set def 'hdf5toolstest_h5import' -$ copy [-]check_h5import.com check_h5import.com -$@check_h5import.com +$! set def 'hdf5toolstest_h5import' +$! copy [-]check_h5import.com check_h5import.com +$!@check_h5import.com +$! +$ set def 'hdf5vms' +$@install $ $ exit |