Merge PR #13: Add option to disable tests during builds
This commit is contained in:
commit
282c9b3186
@ -1,7 +1,11 @@
|
|||||||
include(nymea-remoteproxy.pri)
|
include(nymea-remoteproxy.pri)
|
||||||
|
|
||||||
TEMPLATE=subdirs
|
TEMPLATE=subdirs
|
||||||
SUBDIRS += server client libnymea-remoteproxy libnymea-remoteproxyclient tests
|
SUBDIRS += server client libnymea-remoteproxy libnymea-remoteproxyclient
|
||||||
|
|
||||||
|
!disabletests {
|
||||||
|
SUBDIRS+=tests
|
||||||
|
}
|
||||||
|
|
||||||
!disablemonitor {
|
!disablemonitor {
|
||||||
SUBDIRS+=monitor
|
SUBDIRS+=monitor
|
||||||
|
|||||||
Reference in New Issue
Block a user