From: Ingy döt Net Date: Sun, 1 Dec 2013 04:19:22 +0000 (+0000) Subject: Add `make test` target to Makefile X-Git-Tag: upstream/0.2.1^2~60 X-Git-Url: http://andersk.mit.edu/gitweb/libyaml.git/commitdiff_plain/9db8216095b4785c2996c00b8da61de88779e452 Add `make test` target to Makefile --- diff --git a/Makefile.am b/Makefile.am index de2a3cd..e6dd92c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,3 +16,5 @@ maintainer-clean-local: bootstrap: maintainer-clean ./bootstrap +test: all + make -C tests check-TESTS