From 2617f89b6ad4dc64e52bcd83cef77ef7d3f3003f Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Tue, 7 Oct 2008 20:36:44 -0600 Subject: Added top-level tests/ package that will contain all unit tests --- gen-doc.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gen-doc.bash') 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" -- cgit