]> andersk Git - libyaml.git/blame - tests/run-test-suite/Makefile
Replace Mercurial with Git in README
[libyaml.git] / tests / run-test-suite / Makefile
CommitLineData
a672b071
IN
1.PHONY: test
2GITHUB_ORG_URI := https://github.com/yaml
3TEST_SUITE_URL := $(GITHUB_ORG_URI)/yaml-test-suite
a672b071
IN
4
5default: help
6
7help:
8 @echo 'test - Run the tests'
9 @echo 'clean - Remove generated files'
10 @echo 'help - Show help'
11
e5aadc73
TM
12test: data
13 prove -lv test
a672b071
IN
14
15clean:
16 rm -fr data
17
18data:
19 git clone $(TEST_SUITE_URL) $@ --branch=$@
20
This page took 0.050239 seconds and 5 git commands to generate.