summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorIngy döt Net <ingy@ingy.net>2013-12-01 04:19:22 +0000
committerIngy döt Net <ingy@ingy.net>2016-09-14 22:44:18 -0700
commit9db8216095b4785c2996c00b8da61de88779e452 (patch)
tree8b29a7da9ad8b8981a6498e79a26e48087ea796e /Makefile.am
parent6238ef6d9efef7e61f2cd5b18b6c09e18b09fe4a (diff)
downloadlibyaml-git-9db8216095b4785c2996c00b8da61de88779e452.tar.gz
Add `make test` target to Makefile
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
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