From 5808f6c3c8cb1c7dca32c7c5b2e8ce9189c0f708 Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Sat, 5 Jan 2008 21:42:01 -0500 Subject: [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) --- vms/build.com | 6 ++++++ vms/test/make.com | 4 ++-- vms/tools/h5import/check_h5import.com | 4 ++++ 3 files changed, 12 insertions(+), 2 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 diff --git a/vms/test/make.com b/vms/test/make.com index 1a4d6f4..4a55f1e 100644 --- a/vms/test/make.com +++ b/vms/test/make.com @@ -24,7 +24,7 @@ $ type sys$input $ $ cobj= "h5test.c, testframe.c, testhdf5.c, tarray.c, tattr.c, tconfig.c, "+- "tchecksum.c,"+- - "tfile.c, tgenprop.c, th5o.c, th5s.c, theap.c, tid.c, titerate.c,"+- + "tfile.c, tgenprop.c, th5o.c, th5s.c, tcoords.c, theap.c, tid.c, titerate.c,"+- "tmeta.c, tmisc.c, ttime.c, trefer.c, trefstr.c,"+- "tselect.c, tsohm.c, tskiplist.c, ttst.c, tunicode.c, tvltypes.c,"+- "tvlstr.c, cache_common.c" @@ -34,7 +34,7 @@ $ library/create/replace []libh5test h5test, testframe, cache_common $ type sys$input Creating libh5test $ link testhdf5,tarray,tattr,tchecksum,tconfig, - - tfile,tgenprop,th5o,th5s,theap,tid,titerate, - + tfile,tgenprop,th5o,th5s,tcoords,theap,tid,titerate, - tmeta,tmisc,ttime,trefer,trefstr, - tselect,tsohm,tskiplist,ttst,tunicode,tvltypes, - tvlstr, - 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 -- cgit v0.12