summaryrefslogtreecommitdiffstats
path: root/vms
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2006-03-24 20:18:42 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2006-03-24 20:18:42 (GMT)
commitef9835e89dd7a9a39dcf53155e47593a97651ac7 (patch)
tree6d967f7c81baa7902a5884b4a401a260fbfae9dd /vms
parent981fe01dd1bed17e73ae813409078bc33c6bc084 (diff)
downloadhdf5-ef9835e89dd7a9a39dcf53155e47593a97651ac7.zip
hdf5-ef9835e89dd7a9a39dcf53155e47593a97651ac7.tar.gz
hdf5-ef9835e89dd7a9a39dcf53155e47593a97651ac7.tar.bz2
[svn-r12153] Purpose: Maintainence
Description: Added the new test cross_read.c to this "Makefile". Platforms tested: Simple change, no test is needed, only affects OpenVMS.
Diffstat (limited to 'vms')
-rw-r--r--vms/test/make.com16
1 files changed, 12 insertions, 4 deletions
diff --git a/vms/test/make.com b/vms/test/make.com
index 9e34d6e..184740e 100644
--- a/vms/test/make.com
+++ b/vms/test/make.com
@@ -245,7 +245,13 @@ $ type sys$input
$ ccc reserved
$ link reserved, -
libh5test.olb/lib,[-.src]hdf5.olb/lib
-
+
+$ type sys$input
+ Creating cross_read test
+$ ccc cross_read
+$ link cross_read, -
+ libh5test.olb/lib,[-.src]hdf5.olb/lib
+
$ type sys$input
Done with tests compilation
$ type sys$input
@@ -428,7 +434,9 @@ $ type sys$input
------- Running reserved -------
$ run reserved
$ type sys$input
+
+$ type sys$input
+------- Running cross_read -------
+$ run cross_read
+$ type sys$input
$EXIT
-
-
-