aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-04-29 08:43:46 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-04-29 08:43:46 +0200
commit2a3e4e99ed819a2ac97bc620bb07094d26e19432 (patch)
tree58007b658daf482cfe945478f20ba200b9f5852f /debian
parent82d873933f3aef190b139c4f3ff903c41808c0f5 (diff)
downloadlibayatana-common-2a3e4e99ed819a2ac97bc620bb07094d26e19432.tar.gz
libayatana-common-2a3e4e99ed819a2ac97bc620bb07094d26e19432.tar.bz2
libayatana-common-2a3e4e99ed819a2ac97bc620bb07094d26e19432.zip
debian/rules: Explicitly enable unit tests during package build.
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index f447c58..82088c0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,7 @@ include /usr/share/dpkg/buildflags.mk
override_dh_auto_configure:
dh_auto_configure -- \
+ -DENABLE_TESTS=ON \
-DCMAKE_INSTALL_DIR=/usr \
$(NULL)