From: Jelmer Vernooij Date: Fri, 16 May 2014 17:14:19 +0000 (+0200) Subject: Add makefile with check target. X-Git-Url: http://git.samba.org/?p=build-farm.git;a=commitdiff_plain;h=8a8c26cc4778f315770ce805eaae29ffeae13f02 Add makefile with check target. --- diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..fda60199 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +PYTHON = python + +check: + $(PYTHON) -m unittest buildfarm.tests.test_suite