# Copyright by The HDF Group.
# Copyright by the Board of Trustees of the University of Illinois.
# 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://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have
# access to either file, you may request a copy from help@hdfgroup.org.
# Tests for the H5check_version function.
# Programmer: Albert Cheng
# Variables filled in by the configure process.
# Determine the configure options of the hdf5 library and executables.
Shared_Lib=@enable_shared@
Static_Lib=@enable_static@
Static_exec=@STATIC_EXEC@
h5haveexitcode=yes # default is yes
# Show the purpose of this test script and a note about the abort messages.
echo "Tests for the H5check_version function."
echo "Note that abort messages may appear due to the expected termination"
echo "of the program when it is tested with mis-matched version numnbers."
# Print a line-line message left justified in a field of 70 characters.
echo "$* $SPACES" | cut -c1-70 | tr -d '\012'