File: INSTALL

package info (click to toggle)
subunit 0.0.18-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,076 kB
  • ctags: 1,328
  • sloc: sh: 11,426; python: 5,984; makefile: 1,255; ansic: 251; perl: 211; cpp: 56
file content (35 lines) | stat: -rw-r--r-- 1,232 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
To install subunit
------------------

Bootstrap::
  autoreconf -vi
Configure::
  ./configure
Install::
  make install

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.30 or newer is
  required. Of particular note, http://testtools.python-hosting.com/ is not
  the testtools you want.
* 'testscenarios' (On Debian and Ubuntu systems the 'python-testscenarios'
  package, the 'testscenarios' package on pypi, or
  https://launchpad.net/testscenarios) for running some of the python unit tests.
* 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
* 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