diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2008-01-06 02:42:01 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2008-01-06 02:42:01 (GMT) |
commit | 5808f6c3c8cb1c7dca32c7c5b2e8ce9189c0f708 (patch) | |
tree | 60254f2eab64537b8e66d27ce45e83e4cc0b8f74 /vms/build.com | |
parent | 6d53c1882b8481421400c5d47df09020e48c1dd3 (diff) | |
download | hdf5-5808f6c3c8cb1c7dca32c7c5b2e8ce9189c0f708.zip hdf5-5808f6c3c8cb1c7dca32c7c5b2e8ce9189c0f708.tar.gz hdf5-5808f6c3c8cb1c7dca32c7c5b2e8ce9189c0f708.tar.bz2 |
[svn-r14377] Maintenance: Added Ray's new test tcoords.c to the build script;
modified h5import test script to cleanup the files after the test;
modified "master" building script to run tools tests.
Platforms tested: VMS server (not quite done yet)
Diffstat (limited to 'vms/build.com')
-rw-r--r-- | vms/build.com | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vms/build.com b/vms/build.com index e3b6076..f65a45b 100644 --- a/vms/build.com +++ b/vms/build.com @@ -25,6 +25,7 @@ $ hdf5ctest = tmp + ".TEST]" $ hdf5f90test = tmp + ".FORTRAN.TEST]" $ hdf5cxxtest = tmp + ".C__.TEST]" $ hdf5toolstest = tmp + ".TOOLS.TESTFILES]" +$ h5importtest = tmp + ".TOOLS.H5IMPORT.TESTFILES]" $ set def 'hdf5vms' $@make $ set def 'hdf5ctest' @@ -43,3 +44,8 @@ $@check_h5ls.com $@check_h5diff.com $@check_h5repack.com $! +$ set def 'h5importtest' +$ copy [.-]check_h5import.com check_h5import.com +$@check_h5import.com +$ +$ exit |