From: Guido Günther Date: Fri, 20 Dec 2013 16:04:38 +0000 (+0100) Subject: Run nosetest on executables too X-Git-Tag: debian/0.6.8~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ca93ccb43ef9737992d2032d53eb1b17b7332de9;p=tools%2Fgit-buildpackage.git Run nosetest on executables too They're all well behaved and this allows us to use doctests in them --- diff --git a/setup.cfg b/setup.cfg index 42fbe8e9..da16b162 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,6 +4,7 @@ with-xcoverage=1 with-xunit=1 cover-package=gbp cover-erase=1 +exe=1 #cover-html=1 #cover-html-dir=build/cover/ cover-min-percentage=68