allow disabling of tests

This commit is contained in:
Michael Zanetti 2014-05-12 22:27:04 +02:00
parent 93086167b9
commit 54137c6865
2 changed files with 5 additions and 2 deletions

View File

@ -1 +0,0 @@
dh_auto_configure

View File

@ -1,6 +1,10 @@
TEMPLATE=subdirs
SUBDIRS += libguh server plugins tests
SUBDIRS += libguh server plugins
!disabletesting {
SUBDIRS += tests
}
server.depends = libguh plugins
plugins.depends = libguh