From 93cb366099b9ca7a92f0cecbf22d70bd96312a7b Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Tue, 27 Feb 2007 10:20:28 -0500 Subject: [svn-r13410] Cleanup the file and added new tests Plastforms tested: it is running on VMS server right now --- vms/c++/test/make.com | 10 +++++++--- 1 file 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 $! -- cgit v0.12