summaryrefslogtreecommitdiffstats
path: root/vms/test
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2006-11-16 14:25:46 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2006-11-16 14:25:46 (GMT)
commit2c1eabbc50010f07716d0c1bb2854308ddcfbaa9 (patch)
treedaf1e7d2703e2a5ea0446a4db87e05c35a6004f9 /vms/test
parent257403d3049a95a428884b19f7386f3aba589b1f (diff)
downloadhdf5-2c1eabbc50010f07716d0c1bb2854308ddcfbaa9.zip
hdf5-2c1eabbc50010f07716d0c1bb2854308ddcfbaa9.tar.gz
hdf5-2c1eabbc50010f07716d0c1bb2854308ddcfbaa9.tar.bz2
[svn-r12924] Description:
Catching up with more changes from UNIX side.
Diffstat (limited to 'vms/test')
-rw-r--r--vms/test/make.com5
1 files changed, 3 insertions, 2 deletions
diff --git a/vms/test/make.com b/vms/test/make.com
index fc3c760..2aa93dc 100644
--- a/vms/test/make.com
+++ b/vms/test/make.com
@@ -25,7 +25,7 @@ $ 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,"+-
"tmeta.c, tmisc.c, ttime.c, trefer.c, trefstr.c,"+-
- "tselect.c, tskiplist.c, ttst.c, tunicode.c, tvltypes.c,"+-
+ "tselect.c, tsohm.c, tskiplist.c, ttst.c, tunicode.c, tvltypes.c,"+-
"tvlstr.c, cache_common.c"
$!
$ ccc 'cobj
@@ -35,7 +35,7 @@ $ type sys$input
$ link testhdf5,tarray,tattr,tchecksum,tconfig, -
tfile,tgenprop,th5o,th5s,theap,tid,titerate, -
tmeta,tmisc,ttime,trefer,trefstr, -
- tselect,tskiplist,ttst,tunicode,tvltypes, -
+ tselect,tsohm,tskiplist,ttst,tunicode,tvltypes, -
tvlstr, -
libh5test.olb/lib,[-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib
$
@@ -57,6 +57,7 @@ $!
$ type sys$input
Creating ohdr test
$ ccc ohdr
+
$ link ohdr, -
libh5test.olb/lib,[-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib
$!