diff options
-rw-r--r-- | pykolab/Makefile.am | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/pykolab/Makefile.am b/pykolab/Makefile.am index bdb024a..4934954 100644 --- a/pykolab/Makefile.am +++ b/pykolab/Makefile.am @@ -39,3 +39,18 @@ pykolab_setup_PYTHON = \ setup/__init__.py \ setup/ldap_setup.py +pykolab_testsdir = $(datadir)/$(PACKAGE)/tests +pykolab_setup_PYTHON = \ + tests/calendar.py \ + tests/constants.py \ + tests/contacts.py \ + tests/create-contacts.py \ + tests/__init__.py \ + tests/mail.py + +pykolab_tests_zpushdir = $(datadir)/$(PACKAGE)/tests/zpush +pykolab_tests_zpush_PYTHON = \ + tests/zpush/test_000_000.py \ + tests/zpush/test_000_001.py \ + tests/zpush/__init__.py + |