From: Evan Hunt Date: Fri, 10 Jan 2014 16:05:42 +0000 (-0800) Subject: [master] add 'make unit' to top directory X-Git-Tag: v9.10.0a2~124 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=8f8c7df657c4ee1c15f4c34944edda40ecf1416c;p=thirdparty%2Fbind9.git [master] add 'make unit' to top directory --- diff --git a/Makefile.in b/Makefile.in index 5bde3dfd733..e079c6be785 100644 --- a/Makefile.in +++ b/Makefile.in @@ -90,5 +90,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