git » konsole.git » commit 2593213

Disable tests

author Antonio Rojas
2015-05-30 08:24:11 UTC
committer Antonio Rojas
2015-05-30 08:24:11 UTC
parent 870e08c70df413485256a589a9315933d596e166

Disable tests

PKGBUILD +1 -0

diff --git a/PKGBUILD b/PKGBUILD
index 4be9c49..89791ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,6 +24,7 @@ build() {
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF \
     -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
   make
 }