diff options
Diffstat (limited to 'vms/test/make.com')
-rw-r--r-- | vms/test/make.com | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/vms/test/make.com b/vms/test/make.com index 0b293ec..f9be931 100644 --- a/vms/test/make.com +++ b/vms/test/make.com @@ -129,7 +129,7 @@ $! $ type sys$input Creating dsets tests $ ccc dsets -$ link/debug dsets, - +$ link dsets, - libh5test.olb/lib,[-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib $! $ type sys$input @@ -151,6 +151,12 @@ $ link external, - libh5test.olb/lib,[-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib $! $ type sys$input + Creating objcopy test +$ ccc objcopy +$ link objcopy, - + libh5test.olb/lib,[-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib +$! +$ type sys$input Creating links test $ ccc links $ link links, - @@ -171,7 +177,7 @@ $! $ type sys$input Creating mtime test $ ccc mtime -$ link/debug mtime, - +$ link mtime, - libh5test.olb/lib,[-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib $! $ type sys$input |