From c7e3c5943fc152dd02ea156221b8d7b30c238921 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Wed, 11 Mar 2015 10:18:56 +0100 Subject: vici: Execute python tests during "check" if py.test is available --- src/libcharon/plugins/vici/python/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/libcharon/plugins/vici/python') diff --git a/src/libcharon/plugins/vici/python/Makefile.am b/src/libcharon/plugins/vici/python/Makefile.am index 098e91ed8..7be733e25 100644 --- a/src/libcharon/plugins/vici/python/Makefile.am +++ b/src/libcharon/plugins/vici/python/Makefile.am @@ -26,3 +26,7 @@ clean-local: setup.py install-exec-local: dist/vici-$(PACKAGE_VERSION)-py$(PYTHON_VERSION).egg $(EASY_INSTALL) $(PYTHONEGGINSTALLDIR) \ dist/vici-$(PACKAGE_VERSION)-py$(PYTHON_VERSION).egg + +if USE_PY_TEST + TESTS = $(PY_TEST) +endif -- cgit v1.2.3