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/test/make.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/test/make.com')
-rw-r--r-- | vms/test/make.com | 4 |
1 files changed, 2 insertions, 2 deletions
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, - |