#!/usr/bin/env -S bats --report-formatter junit --formatter tap
# -*-sh-*-

load ../../common/test_helper_functions || exit 1
source ../../common/functions || exit 1

if [ -s ../../common/TEST_ENV ]; then
	source ../../common/TEST_ENV
fi

@test "[MPI] mpicc man page available (${LMOD_FAMILY_COMPILER}/${LMOD_FAMILY_MPI})" {
	run man mpicc
	assert_success
}
