diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2013-05-31 15:37:17 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2013-05-31 15:37:17 (GMT) |
commit | 1187820c3bbd2fb21c3ca971e09e2df9317340d5 (patch) | |
tree | 8ea89b4a2e484f775d3193d8299a483ee851742f /vms/test | |
parent | cf0c06c96228f2b04305bb05d582f42741e81268 (diff) | |
download | hdf5-1187820c3bbd2fb21c3ca971e09e2df9317340d5.zip hdf5-1187820c3bbd2fb21c3ca971e09e2df9317340d5.tar.gz hdf5-1187820c3bbd2fb21c3ca971e09e2df9317340d5.tar.bz2 |
[svn-r23721] I used H5_VMS macro to comment out the code for dynamic filter since we don't plan to support it on OpenVMS. I updated vms/src/h5pubconf.h, too.
Tested on jam but not on OpenVMS yet.
Diffstat (limited to 'vms/test')
-rw-r--r-- | vms/test/make.com | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vms/test/make.com b/vms/test/make.com index 8748925..562260a 100644 --- a/vms/test/make.com +++ b/vms/test/make.com @@ -169,6 +169,12 @@ $ link fheap, - libh5test.olb/lib,[-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib $! $ type sys$input + Creating file_image test +$ ccc file_image +$ link file_image, - + libh5test.olb/lib,[-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib +$! +$ type sys$input Creating fillval test $ ccc fillval $ link fillval, - @@ -316,6 +322,12 @@ $ link unlink, - libh5test.olb/lib,[-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib $! $ type sys$input + Creating unregister test +$ ccc unregister +$ link unregister, - + libh5test.olb/lib,[-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib +$! +$ type sys$input Creating vfd test $ ccc vfd $ link vfd, - |