summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-08-29 16:25:33 +0100
committerLars Wirzenius <liw@liw.fi>2011-08-29 16:25:33 +0100
commit5f4ea9f4395b339fa397eb6e5ced0b8f7f4ade84 (patch)
treea25597e1d03b40315fd5982d1d640bec61a25dd8 /README
parent617b56c0ec3d7f20a6e28be5ead4f5796e18faaf (diff)
downloadobnam-5f4ea9f4395b339fa397eb6e5ced0b8f7f4ade84.tar.gz
Update README with new way to run tests.
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 6 insertions, 7 deletions
diff --git a/README b/README
index b9fb2009..5612c16b 100644
--- a/README
+++ b/README
@@ -68,15 +68,14 @@ The canonical version control repository for obnam itself is at:
The 'trunk' branch is the main development one. Note that the URL points
at a bzr repository, it is not useful to browse it by hand.
-To build:
+To build and run automatic tests:
- python setup build_ext -i
- rm -rf build
-
-To run automatic tests:
+ ./check
+ ./check --fast # unit tests only, no blackboxtests
+ ./check --network # requires ssh access to localhost
- python setup.py check
- python setuo.py check --network # Requires ssh access to localhost.
+`check` is a wrapper around `python setup.py`, but since using that
+takes several steps, the script makes things easier.
You need my CoverageTestRunner to run tests, see above for where to get it.
A couple of scripts exist to run benchmarks and profiles: