From 57a1639d218504b1754351ab7f4ef16a75471600 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Sat, 29 Aug 2009 21:23:10 +1000 Subject: [PATCH] Add new filters to be installed and add dependencies to INSTALL. --- INSTALL | 9 +++++++++ Makefile.am | 2 ++ 2 files changed, 11 insertions(+) diff --git a/INSTALL b/INSTALL index 655c3df..a34106d 100644 --- a/INSTALL +++ b/INSTALL @@ -7,3 +7,12 @@ Configure:: ./configure Install:: make install + +Dependencies +------------ + +Python for the filters +A C compiler for the C bindings +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