summaryrefslogtreecommitdiffstats
path: root/vms
diff options
context:
space:
mode:
Diffstat (limited to 'vms')
-rw-r--r--vms/test/check.com10
-rw-r--r--vms/test/make.com10
2 files changed, 18 insertions, 2 deletions
diff --git a/vms/test/check.com b/vms/test/check.com
index 36ba24f..5f47f91 100644
--- a/vms/test/check.com
+++ b/vms/test/check.com
@@ -95,6 +95,11 @@ $ run dtypes
$ type sys$input
$ type sys$input
+------- Running dsets -------
+$ run dsets
+$ type sys$input
+
+$ type sys$input
------- Running cmpd_dset -------
$ run cmpd_dset
$ type sys$input
@@ -110,6 +115,11 @@ $ run external
$ type sys$input
$ type sys$input
+------- Running objcopy -------
+$ run objcopy
+$ type sys$input
+
+$ type sys$input
------- Running links -------
$ run links
$ type sys$input
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