diff options
-rw-r--r-- | vms/test/check.com | 7 | ||||
-rw-r--r-- | vms/test/make.com | 7 |
2 files changed, 13 insertions, 1 deletions
diff --git a/vms/test/check.com b/vms/test/check.com index 23a4949..b880b6a 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 @@ -36,7 +41,7 @@ $ run big $ type sys$input $ type sys$input -------- Running bittest ------- +------- Running bittests ------- $ run bittests $ type sys$input diff --git a/vms/test/make.com b/vms/test/make.com index 6f3b4c0..ba7009c 100644 --- a/vms/test/make.com +++ b/vms/test/make.com @@ -41,6 +41,13 @@ $ link testhdf5,tarray,tattr,tcheck_version,tchecksum,tconfig, - tselect,tskiplist,tsohm,ttime,ttst,tunicode,tvlstr,tvltypes, - libh5test.olb/lib,[-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib $ +$! a new test +$ type sys$input + Creating accum test +$ ccc accum +$ link accum, - + libh5test.olb/lib,[-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib +$! $ type sys$input Creating app_ref test $ ccc app_ref |