summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-08-24 11:48:49 +0100
committerLars Wirzenius <liw@liw.fi>2011-08-24 11:48:49 +0100
commit42ab10b09a79f86a2bb9fa8ec8a29d20d6d77e78 (patch)
tree04761536e4943fdc154d1857b7e7272dd2361bd7 /README
parent72d41afb30d42e4c2d74e28abd3e2d6a3b54166f (diff)
downloadobnam-42ab10b09a79f86a2bb9fa8ec8a29d20d6d77e78.tar.gz
Update build and test running instructions.
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 4 insertions, 3 deletions
diff --git a/README b/README
index 1b4e9af7..b9fb2009 100644
--- a/README
+++ b/README
@@ -70,12 +70,13 @@ at a bzr repository, it is not useful to browse it by hand.
To build:
- make
+ python setup build_ext -i
+ rm -rf build
To run automatic tests:
- make check
- make network-tests # Requires ssh access to localhost.
+ python setup.py check
+ python setuo.py check --network # Requires ssh access to localhost.
You need my CoverageTestRunner to run tests, see above for where to get it.
A couple of scripts exist to run benchmarks and profiles: