diff options
Diffstat (limited to 'vms/test/check.com')
-rw-r--r-- | vms/test/check.com | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/vms/test/check.com b/vms/test/check.com index 1a833dc..af64d6f 100644 --- a/vms/test/check.com +++ b/vms/test/check.com @@ -26,6 +26,11 @@ $ run testhdf5 $ type sys$input $ type sys$input +------- Running accum ------- +$ run accum +$ type sys$input + +$ type sys$input ------- Running app_ref ------- $ run app_ref $ type sys$input @@ -56,6 +61,11 @@ $ run cache $ type sys$input $ type sys$input +------- Running cache_tagging ------- +$ run cache_tagging +$ type sys$input + +$ type sys$input ------- Running chunk_info ------- $ run chunk_info $ type sys$input @@ -126,6 +136,11 @@ $ run fillval $ type sys$input $ type sys$input +------- Running filter_fail ------- +$ run filter_fail +$ type sys$input + +$ type sys$input ------- Running flush1 ------- $ run flush1 $ type sys$input @@ -171,6 +186,11 @@ $ run links $ type sys$input $ type sys$input +------- Running links_env ------- +$ run links_env +$ type sys$input + +$ type sys$input ------- Running mf ------- $ run mf $ type sys$input @@ -216,11 +236,21 @@ $ run set_extent $ type sys$input $ type sys$input +------- Running space_overflow ------- +$ run space_overflow +$ type sys$input + +$ type sys$input ------- Running stab ------- $ run stab $ type sys$input $ type sys$input +------- Running testmeta ------- +$ run testmeta +$ type sys$input + +$ type sys$input ------- Running unlink ------- $ run unlink $ type sys$input |