Commit 437e3a5b authored by Andreas Tille's avatar Andreas Tille
Browse files

Add build time test

parent 9b509f8f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@ sambamba (0.6.7-3) UNRELEASED; urgency=medium
  * Standards-Version: 4.2.1
  * Fix normalize(weight) (applied patch from upstream)
    Should close #907489 but it does not work - wait for new upstream release
  * Add build time test

 -- Andreas Tille <tille@debian.org>  Tue, 28 Aug 2018 20:07:55 +0200

+2 −1
Original line number Diff line number Diff line
@@ -12,7 +12,8 @@ Build-Depends: debhelper (>= 11~),
               meson (>= 0.40),
               pkg-config,
               python,
               zlib1g-dev
               zlib1g-dev,
               shunit2
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/sambamba
Vcs-Git: https://salsa.debian.org/med-team/sambamba.git
+5 −0
Original line number Diff line number Diff line
@@ -8,5 +8,10 @@ include /usr/share/dh-dlang/dlang-flags.mk
%:
	dh $@ --buildsystem=meson

override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
       ./run_tests.sh
endif

override_missing:
	dh_missing --fail-missing