summaryrefslogtreecommitdiffstats
path: root/vms/tools
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2008-01-06 02:42:01 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2008-01-06 02:42:01 (GMT)
commit5808f6c3c8cb1c7dca32c7c5b2e8ce9189c0f708 (patch)
tree60254f2eab64537b8e66d27ce45e83e4cc0b8f74 /vms/tools
parent6d53c1882b8481421400c5d47df09020e48c1dd3 (diff)
downloadhdf5-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/tools')
-rw-r--r--vms/tools/h5import/check_h5import.com4
1 files changed, 4 insertions, 0 deletions
diff --git a/vms/tools/h5import/check_h5import.com b/vms/tools/h5import/check_h5import.com
index ef01611..152d3f1 100644
--- a/vms/tools/h5import/check_h5import.com
+++ b/vms/tools/h5import/check_h5import.com
@@ -189,6 +189,10 @@ $ ! Delete temporary files
$ if F$SEARCH("*out.h5;*") then del *out.h5;*
$ if F$SEARCH("*.dif;*") then del *.dif;*
$ if F$SEARCH("*.err;*") then del *.err;*
+$ if F$SEARCH("b*.;*") then del b*.;*
+$ if F$SEARCH("txti*.;*") then del txti*.;*
+$ if F$SEARCH("txtu*.;*") then del txtu*.;*
+$ if F$SEARCH("*.dat;*") then del *.dat;*
$ !
$ !
$ENDSUBROUTINE