diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2006-04-14 21:30:39 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2006-04-14 21:30:39 (GMT) |
commit | fdd2d227734cf12e64aac2c7486d9d97553bf39d (patch) | |
tree | 6580ef9036258749a310a36e03470064a26ab999 /vms/test/check.com | |
parent | 449af61402633f13eadffa50acf7e0cd29f2c209 (diff) | |
download | hdf5-fdd2d227734cf12e64aac2c7486d9d97553bf39d.zip hdf5-fdd2d227734cf12e64aac2c7486d9d97553bf39d.tar.gz hdf5-fdd2d227734cf12e64aac2c7486d9d97553bf39d.tar.bz2 |
[svn-r12249] Purpose: Maintenance
Description: cleaned up make.com file; added command file to run the tests.
Solution:
Platforms tested: VMS server
Misc. update:
Diffstat (limited to 'vms/test/check.com')
-rw-r--r-- | vms/test/check.com | 207 |
1 files changed, 207 insertions, 0 deletions
diff --git a/vms/test/check.com b/vms/test/check.com new file mode 100644 index 0000000..36ba24f --- /dev/null +++ b/vms/test/check.com @@ -0,0 +1,207 @@ +$!# +$!# Copyright by the Board of Trustees of the University of Illinois. +$!# All rights reserved. +$!# +$!# This file is part of HDF5. The full HDF5 copyright notice, including +$!# terms governing use, modification, and redistribution, is contained in +$!# the files COPYING and Copyright.html. COPYING can be found at the root +$!# of the source code distribution tree; Copyright.html can be found at the +$!# root level of an installed copy of the electronic HDF5 document set and +$!# is linked from the top-level documents page. It can also be found at +$!# http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have +$!# access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. +$!# +$! Makefile for VMS systems. +$! +$! Run HDF5 C tests +$! +$ type sys$input + Running tests. Output will be saved in the check_vms.out file +$ define sys$output check_vms.out +$ +$ type sys$input +------- Running testhdf5 ------- +$ run testhdf5 +$ type sys$input + +$ type sys$input +------- Running lheap ------- +$ run lheap +$ type sys$input + +$ type sys$input +------- Running fheap ------- +$ run fheap +$ type sys$input + +$ type sys$input +------- Running ohdr ------- +$ run ohdr +$ type sys$input + +$ type sys$input +------- Running stab ------- +$ run stab +$ type sys$input + +$ type sys$input +------- Running gheap ------- +$ run gheap +$ type sys$input + +$ type sys$input +------- Running btree2 ------- +$ run btree2 +$ type sys$input + +$ type sys$input +------- Running cache ------- +$ run cache +$ type sys$input + +$ type sys$input +------- Running cache_api ------- +$ run cache_api +$ type sys$input + +$ type sys$input +------- Running pool ------- +$ run pool +$ type sys$input + +$ type sys$input +------- Running hyperslab ------- +$ run hyperslab +$ type sys$input + +$ type sys$input +------- Running istore ------- +$ run istore +$ type sys$input + +$ type sys$input +------- Running bittest ------- +$ run bittests +$ type sys$input + +$ type sys$input +------- Running dt_arith ------- +$ run dt_arith +$ type sys$input + +$ type sys$input +------- Running dtypes ------- +$ run dtypes +$ type sys$input + +$ type sys$input +------- Running cmpd_dset ------- +$ run cmpd_dset +$ type sys$input + +$ type sys$input +------- Running extend ------- +$ run extend +$ type sys$input + +$ type sys$input +------- Running external ------- +$ run external +$ type sys$input + +$ type sys$input +------- Running links ------- +$ run links +$ type sys$input + +$ type sys$input +------- Running unlink ------- +$ run unlink +$ type sys$input + +$ type sys$input +------- Running big ------- +$ run big +$ type sys$input + +$! type sys$input +!------- Running mtime ------- +$! run mtime +$! type sys$input + +$ type sys$input +------- Running fillval ------- +$ run fillval +$ type sys$input + +$ type sys$input +------- Running fillval ------- +$ run fillval +$ type sys$input + +$ type sys$input +------- Running mount ------- +$ run mount +$ type sys$input + +$ type sys$input +------- Running flush1 ------- +$ run flush1 +$ type sys$input + +$ type sys$input +------- Running flush2 ------- +$ run flush2 +$ type sys$input + +$ type sys$input +------- Running enum ------- +$ run enum +$ type sys$input + +$ type sys$input +------- Running set_extent ------- +$ run set_extent +$ type sys$input + +$ type sys$input +------- Running ttsafe ------- +$ run ttsafe +$ type sys$input + +$ type sys$input +------- Running getname ------- +$ run getname +$ type sys$input + +$ type sys$input +------- Running vfd ------- +$ run vfd +$ type sys$input + +$ type sys$input +------- Running ntypes ------- +$ run ntypes +$ type sys$input + +$ type sys$input +------- Running dangle ------- +$ run dangle +$ type sys$input + +$ type sys$input +------- Running dtransform ------- +$ run dtransform +$ type sys$input + +$ type sys$input +------- Running reserved ------- +$ run reserved +$ type sys$input + +$ type sys$input +------- Running cross_read ------- +$ run cross_read +$ type sys$input +------- Testing completed ------- +$ exit |