diff --git a/INSTALL b/INSTALL index 655c3df..dc4fb55 100644 --- a/INSTALL +++ b/INSTALL @@ -7,3 +7,13 @@ Configure:: ./configure Install:: make install + +Dependencies +------------ + +Python for the filters +A C compiler for the C bindings +Perl for the Perl tools (including subunit-diff) +Check to run the subunit test suite. +python-gtk2 if you wish to use subunit2gtk +python-junitxml if you wish to use subunit2junitxml diff --git a/Makefile.am b/Makefile.am index eb1ee49..3bf72f1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,6 +41,8 @@ dist_bin_SCRIPTS = \ filters/subunit-ls \ filters/subunit-stats \ filters/subunit-tags \ + filters/subunit2gtk \ + filters/subunit2junitxml \ filters/subunit2pyunit \ filters/tap2subunit