diff options
Diffstat (limited to 'vms/test/make.com')
-rw-r--r-- | vms/test/make.com | 16 |
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 - - - |