Browse Source

Excluding benchmarks from CTest run.

They took too much time without doing anything useful with measured
time (regression testing).
pull/279/head
Vladimír Vondruš 14 years ago
parent
commit
e034b11718
  1. 2
      PKGBUILD
  2. 2
      PKGBUILD-release

2
PKGBUILD

@ -29,7 +29,7 @@ build() {
check() { check() {
cd "$startdir/build" cd "$startdir/build"
ctest --output-on-failure ctest --output-on-failure -E Benchmark
} }
package() { package() {

2
PKGBUILD-release

@ -28,7 +28,7 @@ build() {
check() { check() {
cd "$startdir/build" cd "$startdir/build"
ctest --output-on-failure ctest --output-on-failure -E Benchmark
} }
package() { package() {

Loading…
Cancel
Save