diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-02-21 22:30:22 +0000 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-02-21 22:30:22 +0000 |
commit | afb9acc63e139042006342a0f86ecc97c1467c7f (patch) | |
tree | da2235cd3dfabd6b0417ea683848c9fbb8041ba1 | |
parent | 3fb8a8323374167da5594a933e1573ac3f94e72c (diff) | |
download | pykolab-afb9acc63e139042006342a0f86ecc97c1467c7f.tar.gz |
Add tests and tests/zpush
-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 + |