diff --git a/Makefile.am b/Makefile.am index 8b549ad..83bebcb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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