diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2010-03-19 14:37:07 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2010-03-19 14:37:07 (GMT) |
commit | 23b8483bdcc09fa9f3e8145a0c62b40ffdb6f31c (patch) | |
tree | 425c5aaf5acaf9b2886036b455bd374d29de283d /vms | |
parent | 8438c335ede908a851ef783f1fd0a0a0d4cf821d (diff) | |
download | hdf5-23b8483bdcc09fa9f3e8145a0c62b40ffdb6f31c.zip hdf5-23b8483bdcc09fa9f3e8145a0c62b40ffdb6f31c.tar.gz hdf5-23b8483bdcc09fa9f3e8145a0c62b40ffdb6f31c.tar.bz2 |
[svn-r18428] Binh-Minh integrated dsets.cpp into testhdf5.cpp. I changed the make file accordingly.
Not tested yet.
Diffstat (limited to 'vms')
-rw-r--r-- | vms/c++/test/make.com | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/vms/c++/test/make.com b/vms/c++/test/make.com index 7e4b671..7016a18 100644 --- a/vms/c++/test/make.com +++ b/vms/c++/test/make.com @@ -27,6 +27,7 @@ $! $! $! $ ccc h5cpputil +$ ccc dsets $ ccc tattr $ ccc tcompound $ ccc testhdf5 @@ -39,18 +40,10 @@ $ ccc ttypes $ ccc tvlstr $ type sys$input Creating testhdf5 -$ cxxlink testhdf5, h5cpputil, tattr, tcompound, tfile, tfilter, th5s, - +$ cxxlink testhdf5, dsets, h5cpputil, tattr, tcompound, tfile, tfilter, th5s, - tlinks, trefer, ttypes, tvlstr, - [-.src]hdf5_cplus.olb/lib, [-.-.test]libh5test.olb/lib, - [-.-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib -$! -$! -$ ccc dsets -$ type sys$input - Creating dsets -$ cxxlink dsets, h5cpputil, - - [-.src]hdf5_cplus.olb/lib, [-.-.test]libh5test.olb/lib, - - [-.-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib $ type sys$input Done $ exit |