diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-12-09 14:51:51 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-12-10 03:04:06 +0100 |
commit | 91438920b465ec7455dd1cd700bbe8ec5050b3f9 (patch) | |
tree | c11b7424a81b0cf84b33132a97b98f52380b409b /lib/subunit/INSTALL | |
parent | 297434055e2e2b28a2f9cacc09a30786edf8903a (diff) | |
download | samba-91438920b465ec7455dd1cd700bbe8ec5050b3f9.tar.gz samba-91438920b465ec7455dd1cd700bbe8ec5050b3f9.tar.bz2 samba-91438920b465ec7455dd1cd700bbe8ec5050b3f9.zip |
subunit: Update to newer upstream snapshot.
Diffstat (limited to 'lib/subunit/INSTALL')
-rw-r--r-- | lib/subunit/INSTALL | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/lib/subunit/INSTALL b/lib/subunit/INSTALL index 79cf7c18d0..06122552ed 100644 --- a/lib/subunit/INSTALL +++ b/lib/subunit/INSTALL @@ -14,7 +14,7 @@ Dependencies * Python for the filters * 'testtools' (On Debian and Ubuntu systems the 'python-testtools' package, the testtools package on pypi, or https://launchpad.net/testtools) for - the extended test API which permits attachments. Version 0.9.2 or newer is + the extended test API which permits attachments. Version 0.9.8 or newer is required. Of particular note, http://testtools.python-hosting.com/ is not the testtools you want. * A C compiler for the C bindings @@ -23,3 +23,10 @@ Dependencies * python-gtk2 if you wish to use subunit2gtk * python-junitxml if you wish to use subunit2junitxml * pkg-config for configure detection of supporting libraries. + +Binary packages +--------------- + +A number of distributions now include subunit, you can try via your package +manager. The authors maintain a personal package archive on Launchpad:: + https://launchpad.net/~testing-cabal/+archive/archive |