diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2006-03-18 17:18:43 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2006-03-18 17:18:43 (GMT) |
commit | cac506d3fb8b2f0edc8b52d684849b8da9801840 (patch) | |
tree | fc86c126565c5259f6b3f05b945a174406e72f45 /vms/test | |
parent | 90a10efb5cb1f1482238516f3c8c5b50a0063aa3 (diff) | |
download | hdf5-cac506d3fb8b2f0edc8b52d684849b8da9801840.zip hdf5-cac506d3fb8b2f0edc8b52d684849b8da9801840.tar.gz hdf5-cac506d3fb8b2f0edc8b52d684849b8da9801840.tar.bz2 |
[svn-r12121] Purpose: Maintenance
Description: cache_api test was missing in the make.com file
Solution: Added the missing file
Platforms tested: VMS
Misc. update:
Diffstat (limited to 'vms/test')
-rw-r--r-- | vms/test/make.com | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vms/test/make.com b/vms/test/make.com index fff2c22..a776e0d 100644 --- a/vms/test/make.com +++ b/vms/test/make.com @@ -79,6 +79,12 @@ $ link cache, - libh5test.olb/lib,[-.src]hdf5.olb/lib $ type sys$input + Creating cache_api test +$ ccc cache_api +$ link cache_api, - + libh5test.olb/lib,[-.src]hdf5.olb/lib + +$ type sys$input Creating pool test $ ccc pool $ link pool, - |