diff options
Diffstat (limited to 'pykolab')
-rw-r--r-- | pykolab/Makefile.am | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/pykolab/Makefile.am b/pykolab/Makefile.am index 83a4ec3..51e0cde 100644 --- a/pykolab/Makefile.am +++ b/pykolab/Makefile.am @@ -55,12 +55,7 @@ pykolab_setup_PYTHON = \ pykolab_testsdir = $(pythondir)/$(PACKAGE)/tests pykolab_tests_PYTHON = \ - tests/calendar.py \ - tests/constants.py \ - tests/contacts.py \ - tests/create-contacts.py \ - tests/__init__.py \ - tests/mail.py + $(wildcard tests/*.py) pykolab_tests_zpushdir = $(pythondir)/$(PACKAGE)/tests/zpush pykolab_tests_zpush_PYTHON = \ |