Add test target to Makefile

This commit is contained in:
Adam Spiers 2011-11-16 14:30:55 +00:00
parent 9f8a6c2be3
commit f5e6bfddc2

View file

@ -52,3 +52,6 @@ manual.html: manual.texi
manual.texi: stow.texi
-rm -f $@
cp $< $@
test: stow chkstow
perl -MTest::Harness -e 'runtests(@ARGV)' t/*.t