From 8f8c7df657c4ee1c15f4c34944edda40ecf1416c Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Fri, 10 Jan 2014 08:05:42 -0800 Subject: [PATCH] [master] add 'make unit' to top directory --- Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.in b/Makefile.in index 5bde3dfd73..e079c6be78 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