]> andersk Git - libyaml.git/commitdiff
Add `make test` target to Makefile
authorIngy döt Net <ingy@ingy.net>
Sun, 1 Dec 2013 04:19:22 +0000 (04:19 +0000)
committerIngy döt Net <ingy@ingy.net>
Thu, 15 Sep 2016 05:44:18 +0000 (22:44 -0700)
Makefile.am

index de2a3cd040432679ac96c97db7bf2cb46a515cba..e6dd92ca404311f269515dd4c9adbbac568dc91b 100644 (file)
@@ -16,3 +16,5 @@ maintainer-clean-local:
 bootstrap: maintainer-clean
        ./bootstrap
 
+test: all
+       make -C tests check-TESTS
This page took 0.032644 seconds and 5 git commands to generate.