# do not execute tests in parallel with -j 8!

eval "$(
  declare -f build check | \
    sed '
      s|ctest -j 8|ctest|
    '
)"

# takes far too long! disabling tests
unset check