Move the TEST_STARTED parser state to a state object.
[third_party/subunit] / INSTALL
1 To install subunit
2 ------------------
3
4 Bootstrap::
5   autoreconf -vi
6 Configure::
7   ./configure
8 Install::
9   make install
10
11 Dependencies
12 ------------
13
14 Python for the filters
15 A C compiler for the C bindings
16 Perl for the Perl tools (including subunit-diff)
17 Check to run the subunit test suite.
18 python-gtk2 if you wish to use subunit2gtk
19 python-junitxml if you wish to use subunit2junitxml