From 2d6b9fe75f933efb886a3ca73ca546567c99bac2 Mon Sep 17 00:00:00 2001 From: Raymond Lu Date: Mon, 29 Nov 2010 16:44:43 -0500 Subject: [svn-r19859] I added accum.c to the test list. Not tested yet. --- vms/test/check.com | 7 ++++++- vms/test/make.com | 7 +++++++ 2 files changed, 13 insertions(+), 1 deletion(-) 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 -- cgit v0.12