summaryrefslogtreecommitdiffstats
path: root/gen-doc.bash
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2008-10-07 20:36:44 -0600
committerJason Gerard DeRose <jderose@redhat.com>2008-10-07 20:36:44 -0600
commit2617f89b6ad4dc64e52bcd83cef77ef7d3f3003f (patch)
tree97d8a5b48a4e8c4923dcfd23cc0a33a6c50b6dd5 /gen-doc.bash
parentde234f3fd0a58c9e9efaed6e36835bccd61fdafa (diff)
downloadfreeipa.git-2617f89b6ad4dc64e52bcd83cef77ef7d3f3003f.tar.gz
freeipa.git-2617f89b6ad4dc64e52bcd83cef77ef7d3f3003f.tar.xz
freeipa.git-2617f89b6ad4dc64e52bcd83cef77ef7d3f3003f.zip
Added top-level tests/ package that will contain all unit tests
Diffstat (limited to 'gen-doc.bash')
-rwxr-xr-xgen-doc.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen-doc.bash b/gen-doc.bash
index f2176de4..85c39c68 100755
--- a/gen-doc.bash
+++ b/gen-doc.bash
@@ -2,7 +2,7 @@
# Hackish script to generate documentation using epydoc
-sources="ipalib ipa_server ipa_webui"
+sources="ipalib ipa_server ipa_webui tests"
out="./freeipa2-dev-doc"
init="./ipalib/__init__.py"