From 438b30798c3b520e4c379381b1c4f6a9e798377a Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Sat, 18 Mar 2006 10:39:13 -0500 Subject: [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: --- vms/test/make.com | 12 +++--------- 1 file 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 -- cgit v0.12