summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2007-02-27 15:20:28 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2007-02-27 15:20:28 (GMT)
commit93cb366099b9ca7a92f0cecbf22d70bd96312a7b (patch)
tree5ebd18804e6805193903d06c1c88e8e77ae1398c
parent1b1f60488f3ba5af6c3c610a15e86b1a6b1ffbbc (diff)
downloadhdf5-93cb366099b9ca7a92f0cecbf22d70bd96312a7b.zip
hdf5-93cb366099b9ca7a92f0cecbf22d70bd96312a7b.tar.gz
hdf5-93cb366099b9ca7a92f0cecbf22d70bd96312a7b.tar.bz2
[svn-r13410] Cleanup the file and added new tests
Plastforms tested: it is running on VMS server right now
-rw-r--r--vms/c++/test/make.com10
1 files changed, 7 insertions, 3 deletions
diff --git a/vms/c++/test/make.com b/vms/c++/test/make.com
index c26e6eb..0ed0747 100644
--- a/vms/c++/test/make.com
+++ b/vms/c++/test/make.com
@@ -21,17 +21,21 @@ $
$ ccc := cxx 'cxxopt /include=([-.-.src], [-.-.test], [-.src])
$!
$!
-$ cxxobj1= "testhdf5, tattr, tfile, th5s, h5cpputil"
-$ cxxobj2= "dsets, h5cpputil"
$!
$ ccc testhdf5
$ ccc tattr
$ ccc tfile
+$ ccc tcompound
+$ ccc tfilter
+$ ccc trefer
+$ ccc ttypes
+$ ccc tvlstr
$ ccc th5s
$ ccc h5cpputil
$ type sys$input
Creating testhdf5
-$ cxxlink testhdf5,tattr,tfile, th5s, h5cpputil, -
+$ cxxlink testhdf5,tattr,tfile, th5s, -
+ tcompound, tfilter, trefer, tvlstr, ttypes, h5cpputil, -
[-.src]hdf5_cplus.olb/lib, [-.-.test]libh5test.olb/lib, -
[-.-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib
$!