summaryrefslogtreecommitdiff
path: root/community/swi-prolog/PKGBUILD
blob: 78308eb8c7ad3d3c3da5931f15c23a79e9093a70 (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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