Add option to disable tests during builds

disabletests
Michael Zanetti 2019-10-28 12:57:53 +01:00
parent 8501daa942
commit 52234e57d1
1 changed files with 5 additions and 1 deletions

View File

@ -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