summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2021-11-29 12:47:35 +0100
committerIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>2021-11-29 12:47:35 +0100
commite80421790a1359c3a5c28cd47e9b56eba0a1a2b9 (patch)
tree4378da3a6d1358af0d03ce412655e8a535d9b94a
parente27e6192f876e1a63322999a4acc7c099eafaeb3 (diff)
honour DEB_BUILD_OPTIONS=nocheck
Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=918718 Last-Update: 2019-01-11 Last-Update: 2019-01-11 Gbp-Pq: Name 05-nocheck.patch
-rw-r--r--dataquay/tests/tests.pro13
1 files changed, 1 insertions, 12 deletions
diff --git a/dataquay/tests/tests.pro b/dataquay/tests/tests.pro
index fb6950e..9bd0082 100644
--- a/dataquay/tests/tests.pro
+++ b/dataquay/tests/tests.pro
@@ -1,6 +1,6 @@
TEMPLATE = app
-CONFIG += debug console warn_on c++11
+CONFIG += debug console warn_on c++11 testcase
QT += testlib
QT -= gui
TARGET = test-dataquay
@@ -40,14 +40,3 @@ exists(./platform.pri) {
include(../platform.pri)
}
}
-
-!win32 {
- !macx* {
- QMAKE_POST_LINK=$${DESTDIR}/$${TARGET}
- }
- macx* {
- QMAKE_POST_LINK=./$${TARGET}.app/Contents/MacOS/$${TARGET}
- }
-}
-
-win32:QMAKE_POST_LINK=$${TARGET}.exe