You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
297 B

#!/bin/sh
. DoBuildFiles/generic.properties
. DoBuildFiles/cmake.properties
. cmake_helper.sh
{ [ -z "$BUILDVERBOSE" ] && [ -z "$TESTVERBOSE" ]; } || set -- "$(cmake_generator_verbose_opt "$CMAKE_GENERATOR_NAME")" "$@"
[ -z "$VERBOSE" ] || set -x
exec ctest --output-on-failure -j"$NPROC" "$@"