]> andersk Git - libyaml.git/commit
Add Makefile support for yaml-test-suite
authorIngy döt Net <ingy@ingy.net>
Wed, 14 Dec 2016 19:56:57 +0000 (20:56 +0100)
committerIngy döt Net <ingy@ingy.net>
Sat, 17 Dec 2016 22:50:24 +0000 (14:50 -0800)
commit26b098f267b94476fa5592e99464d71b64fc0211
treee961309074b8902de45815e085aa24a80a6ce1a4
parentd688ead5eb73d6f2dd4d3ccd4c988b3320322ee2
Add Makefile support for yaml-test-suite

Add `test-suite` rule to Makefile.  This test clones the libyaml-test
repo (which then clones the libyaml-parser and libyaml-emitter repos)
and calls `make test` in it.  That in turn clone yaml/yaml-test suite.

Normally the subtests will clone the latest libyaml, but this test
passes the current libyaml via an environment variable.

Also add `test-all` to run this together with normal `make test` rule.
Makefile.am
This page took 0.050754 seconds and 5 git commands to generate.