summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdebian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 879934c55..5f219605c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -55,6 +55,7 @@ build-indep: configure-stamp
build-static: configure-static-stamp
dh_testdir
dh_auto_build -B obj-static --parallel
+ HOME="$(CURDIR)/obj-static/testhome" dh_auto_test -B obj-static --parallel || true
touch $@
build-debug: DEB_BUILD_OPTIONS+=debug