# Copyright by The HDF Group.
# This file is part of HDF5. The full HDF5 copyright notice, including
# terms governing use, modification, and redistribution, is contained in
# the COPYING file, which can be found at the root of the source code
# distribution tree, or in https://support.hdfgroup.org/ftp/HDF5/releases.
# If you do not have access to either file, you may request a copy from
# Tests the use cases of swmr features.
# Albert Cheng, 2013/06/01.
# This is work in progress.
# For now, it shows how to run the test cases programs. It only verifies the
# exit codes are okay (0).
# Check to see if the VFD specified by the HDF5_DRIVER environment variable
echo "The VFD specified by the HDF5_DRIVER environment variable"
echo "does not support SWMR"
echo "SWMR use case tests skipped"
EXIT_VALUE=$EXIT_SUCCESS # Default all tests succeed
USECASES_PROGRAMS="use_append_chunk use_append_mchunks"