]> andersk Git - libyaml.git/blame - tests/run-test-suite/ReadMe.md
Rewrite make test-suite
[libyaml.git] / tests / run-test-suite / ReadMe.md
CommitLineData
a672b071
IN
1LibYAML Test Runner
2===================
3
e5aadc73 4Run run-parser-test-suite and run-emitter-test-suite against yaml-test-suite
a672b071
IN
5
6# Synopsis
7
8```
9make test
e5aadc73
TM
10# Run tests from yaml-test-suite
11make test-suite
a672b071
IN
12```
13
14# Overview
15
16See:
17
a672b071 18* https://github.com/yaml/yaml-test-suite
e5aadc73
TM
19
20# Usage
21
22Print parse events for a YAML file (or stdin):
23```
24../run-parser-test-suite file.yaml
25../run-parser-test-suite < file.yaml
26cat file.yaml | ../run-parser-test-suite
27```
28
29Print the YAML for a libyaml-parser events file (or stdin):
30```
31../run-emitter-test-suite file.events
32../run-emitter-test-suite < file.events
33cat file.events | ../libyaml-run-test-suite
34```
35
This page took 0.044372 seconds and 5 git commands to generate.