Last change
on this file was 745, checked in by Silvan Scherrer, 13 years ago |
Samba Server: updated trunk to 3.6.0
|
File size:
1.0 KB
|
Rev | Line | |
---|
[740] | 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 | * 'testtools' (On Debian and Ubuntu systems the 'python-testtools' package,
|
---|
| 16 | the testtools package on pypi, or https://launchpad.net/testtools) for
|
---|
| 17 | the extended test API which permits attachments. Version 0.9.8 or newer is
|
---|
| 18 | required. Of particular note, http://testtools.python-hosting.com/ is not
|
---|
| 19 | the testtools you want.
|
---|
| 20 | * A C compiler for the C bindings
|
---|
| 21 | * Perl for the Perl tools (including subunit-diff)
|
---|
| 22 | * Check to run the subunit test suite.
|
---|
| 23 | * python-gtk2 if you wish to use subunit2gtk
|
---|
| 24 | * python-junitxml if you wish to use subunit2junitxml
|
---|
| 25 | * pkg-config for configure detection of supporting libraries.
|
---|
| 26 |
|
---|
| 27 | Binary packages
|
---|
| 28 | ---------------
|
---|
| 29 |
|
---|
| 30 | A number of distributions now include subunit, you can try via your package
|
---|
| 31 | manager. The authors maintain a personal package archive on Launchpad::
|
---|
| 32 | https://launchpad.net/~testing-cabal/+archive/archive
|
---|
Note:
See
TracBrowser
for help on using the repository browser.