Add git-review configuration
[ctf-testsuite.git] / README.md
CommitLineData
d56702a0
PP
1ctf-testsuite
2=============
3
4The Common Trace Format (CTF) test suite is intended to validate the
5conformance of CTF readers.
6
7To run the test suite:
8
9 1. Set the `CTF_READER_BIN` environment variable to your CTF reader
10 executable, e.g.:
11
12 export CTF_READER_BIN=my-ctf-reader
13
14 2. Execute the `run.sh` script found in the `tests/x.y` directory,
15 where `x.y` is the CTF specification's version you want to check,
16 e.g.:
17
18 ( cd tests/1.8 && ./run.sh )
19
20You may also set the `CTF_READER_OPTS` environment variable to options
21to pass to the CTF reader defined by `CTF_READER_BIN`.
This page took 0.02349 seconds and 4 git commands to generate.