From ef9835e89dd7a9a39dcf53155e47593a97651ac7 Mon Sep 17 00:00:00 2001 From: Raymond Lu Date: Fri, 24 Mar 2006 15:18:42 -0500 Subject: [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. --- vms/test/make.com | 16 ++++++++++++---- 1 file 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 - - - -- cgit v0.12