Code

rules: enable running the test suite
authorMarc Fournier <marc@bl.uem.li>
Sun, 9 Oct 2016 19:36:50 +0000 (21:36 +0200)
committerMarc Fournier <marc@bl.uem.li>
Sun, 9 Oct 2016 19:37:01 +0000 (21:37 +0200)
debian/changelog
debian/rules

index 2e73b3add8f55621e06a185b3e11da14ee7a34e7..e1d3e466df4870ae5bff50938713ca8b7a8ee663 100644 (file)
@@ -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 <marc@bl.uem.li>  Sun, 09 Oct 2016 20:41:36 +0200
 
index d34f88fa6a45381419d333cb7c726dcc2d295c85..15026c773cfe832ad6e34bfb052dde525798e063 100755 (executable)
@@ -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