Commit fe575874 authored by Andreas Tille's avatar Andreas Tille
Browse files

Add build time test

parent ac24dde6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -5,7 +5,8 @@ Section: science
Priority: optional
Build-Depends: debhelper (>= 12~),
               zlib1g-dev,
               python-markdown
               python-markdown,
               python3
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/med-team/filtlong
Vcs-Git: https://salsa.debian.org/med-team/filtlong.git
+5 −0
Original line number Diff line number Diff line
@@ -8,3 +8,8 @@
override_dh_auto_build:
	dh_auto_build
	markdown_py -f README.html README.md

override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
	python3 -m unittest
endif