summaryrefslogtreecommitdiffstats
path: root/vms
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2006-03-18 15:39:13 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2006-03-18 15:39:13 (GMT)
commit438b30798c3b520e4c379381b1c4f6a9e798377a (patch)
treeb14f93ccddf7ef8c497b4b5d2347b846d5d6daae /vms
parent2315bc4ddadc452dbf7113940dfaaea8563efe06 (diff)
downloadhdf5-438b30798c3b520e4c379381b1c4f6a9e798377a.zip
hdf5-438b30798c3b520e4c379381b1c4f6a9e798377a.tar.gz
hdf5-438b30798c3b520e4c379381b1c4f6a9e798377a.tar.bz2
[svn-r12119] Purpose: Maintenance
Description: Linking of cache test failed on VMS due to the missing cache_common.* files Solution: Added cache_common.* files to the approriate places in the make.com file. Platforms tested: VMS server (this change is for VMS only) Misc. update:
Diffstat (limited to 'vms')
-rw-r--r--vms/test/make.com12
1 files changed, 3 insertions, 9 deletions
diff --git a/vms/test/make.com b/vms/test/make.com
index dda9ea1..fff2c22 100644
--- a/vms/test/make.com
+++ b/vms/test/make.com
@@ -24,11 +24,12 @@ $
$ cobj= "h5test.c, testframe.c, testhdf5.c, tarray.c, tattr.c, tconfig.c, "+-
"tfile.c, tgenprop.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, tvlstr.c"
+ "tselect.c, tskiplist.c, ttst.c, tunicode.c, tvltypes.c,"+-
+ "tvlstr.c, cache_common.c"
$
$ ccc 'cobj
-$ library/create/replace []libh5test h5test, testframe
+$ library/create/replace []libh5test h5test, testframe, cache_common
$ type sys$input
Creating libh5test
$ link testhdf5,tarray,tattr,tconfig, -
@@ -77,13 +78,6 @@ $ ccc cache
$ link cache, -
libh5test.olb/lib,[-.src]hdf5.olb/lib
-
-$ type sys$input
- Creating sheap test
-$ ccc sheap
-$ link sheap, -
- libh5test.olb/lib,[-.src]hdf5.olb/lib
-
$ type sys$input
Creating pool test
$ ccc pool