From: Evan Hunt Date: Fri, 10 Jan 2014 16:06:33 +0000 (-0800) Subject: [v9_6] add 'make unit' to top directory X-Git-Tag: v9.6-ESV-R11rc1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2789c9134cbc0a904a0113c2a673846536fac9bd;p=thirdparty%2Fbind9.git [v9_6] add 'make unit' to top directory --- diff --git a/Makefile.in b/Makefile.in index d006c9677c2..98f75367195 100644 --- a/Makefile.in +++ b/Makefile.in @@ -89,5 +89,8 @@ FAQ: FAQ.xml LC_ALL=C ${W3M} -T text/html -dump -cols 72 >$@.tmp mv $@.tmp $@ +unit:: + sh ${top_srcdir}/unit/unittest.sh + clean:: rm -f FAQ.tmp