aboutsummaryrefslogtreecommitdiffhomepage
path: root/HACKING
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-09-12 08:03:39 +0200
committerGuido Günther <agx@sigxcpu.org>2016-09-12 09:00:12 +0200
commit3ded91b33ad1f756ed9e7c798528aeace532fdf3 (patch)
treee3de240e25184022d36f1bdbf8210852897a07da /HACKING
parent9fcd6b1595c08363d09760c48fc24ece61c5a97f (diff)
Move doc generation and test invocation to separate Makefile
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING4
1 files changed, 2 insertions, 2 deletions
diff --git a/HACKING b/HACKING
index 2c542d3b..bb90b0cc 100644
--- a/HACKING
+++ b/HACKING
@@ -2,7 +2,7 @@ Running the Tests
-----------------
The tests are run via
- python setup.py nosetests
+ make
To also run the component tests, you need to initialize the git submodules once
via:
@@ -17,7 +17,7 @@ Building the API Docs
---------------------
You can build the API docs using
- epydoc -v --config=setup.cfg
+ make apidocs
Contributing Patches