Skip to content
Snippets Groups Projects
Commit ae5dbe07 authored by steve-e's avatar steve-e
Browse files

Add 'make doc' and 'make test' directives.

(requires you to re-run ./autogen.sh)
parent 2ce45a2f
No related branches found
No related tags found
No related merge requests found
......@@ -57,3 +57,12 @@ MAINTAINERCLEANDIRS = \
autom4te.cache \
build \
dist
test:
python test/runtests.py
.PHONY: test
doc:
epydoc --config=doc/epydoc.conf
.PHONY: doc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment