From c60142efda817f030a7495cd6fe4a19953e55afa Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Tue, 21 May 2013 13:40:27 +0200 Subject: Make an ipa-tests package Rename the 'tests' directory to 'ipa-tests', and create an ipa-tests RPM containing the test suite Part of the work for: https://fedorahosted.org/freeipa/ticket/3654 --- make-doc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make-doc') diff --git a/make-doc b/make-doc index e4cca3e89..57509aa05 100755 --- a/make-doc +++ b/make-doc @@ -2,7 +2,7 @@ # Hackish script to generate documentation using epydoc -sources="ipalib ipaserver tests" +sources="ipalib ipaserver ipatests" out="./freeipa2-dev-doc" init="./ipalib/__init__.py" -- cgit