From 52234e57d1fac67d9a6be85d66273acb1046873c Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Mon, 28 Oct 2019 12:57:53 +0100 Subject: [PATCH] Add option to disable tests during builds --- nymea-remoteproxy.pro | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nymea-remoteproxy.pro b/nymea-remoteproxy.pro index b2c93ec..b42f003 100644 --- a/nymea-remoteproxy.pro +++ b/nymea-remoteproxy.pro @@ -1,7 +1,11 @@ include(nymea-remoteproxy.pri) TEMPLATE=subdirs -SUBDIRS += server client libnymea-remoteproxy libnymea-remoteproxyclient tests +SUBDIRS += server client libnymea-remoteproxy libnymea-remoteproxyclient + +!disabletests { + SUBDIRS+=tests +} !disablemonitor { SUBDIRS+=monitor