From cdff4439f26cf47277736c958700505ed1e0655a Mon Sep 17 00:00:00 2001 From: Marc Fournier Date: Sun, 9 Oct 2016 21:36:50 +0200 Subject: [PATCH] rules: enable running the test suite --- debian/changelog | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 2e73b3a..e1d3e46 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,7 @@ collectd (5.6.1-1) UNRELEASED; urgency=medium * debian/rules: - Disable building the barometer, drbd, fhcount and ipc plugins on kfreebsd architectures, as they are Linux-only. + - Run the test suite using dh_auto_test. -- Marc Fournier Sun, 09 Oct 2016 20:41:36 +0200 diff --git a/debian/rules b/debian/rules index d34f88f..15026c7 100755 --- a/debian/rules +++ b/debian/rules @@ -200,6 +200,7 @@ build-stamp: || ( status=$$?; cat config.log; exit $$status ) $(MAKE) + dh_auto_test perl ./debian/bin/check_plugins.pl touch build-stamp -- 2.30.2