summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2010-11-29 21:44:43 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2010-11-29 21:44:43 (GMT)
commit2d6b9fe75f933efb886a3ca73ca546567c99bac2 (patch)
treef334012f29b01bef7f376d8740a51fea6ebcad40
parent1cd48bcff669ea3ee88b7ff8da8960ea1a353dff (diff)
downloadhdf5-2d6b9fe75f933efb886a3ca73ca546567c99bac2.zip
hdf5-2d6b9fe75f933efb886a3ca73ca546567c99bac2.tar.gz
hdf5-2d6b9fe75f933efb886a3ca73ca546567c99bac2.tar.bz2
[svn-r19859] I added accum.c to the test list.
Not tested yet.
-rw-r--r--vms/test/check.com7
-rw-r--r--vms/test/make.com7
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