diff options
Diffstat (limited to 'vms/test/check.com')
-rw-r--r-- | vms/test/check.com | 10 |
1 files changed, 10 insertions, 0 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 |