Add test target to Makefile
This commit is contained in:
parent
9f8a6c2be3
commit
f5e6bfddc2
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue