From 54137c68653ab9f40d7907216de3e5602155ab52 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Mon, 12 May 2014 22:27:04 +0200 Subject: [PATCH] allow disabling of tests --- debian/guh.debhelper.log | 1 - guh.pro | 6 +++++- 2 files changed, 5 insertions(+), 2 deletions(-) delete mode 100644 debian/guh.debhelper.log diff --git a/debian/guh.debhelper.log b/debian/guh.debhelper.log deleted file mode 100644 index 6991c52b..00000000 --- a/debian/guh.debhelper.log +++ /dev/null @@ -1 +0,0 @@ -dh_auto_configure diff --git a/guh.pro b/guh.pro index 73c0d1e1..88301185 100644 --- a/guh.pro +++ b/guh.pro @@ -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