Add makefile with check target.
authorJelmer Vernooij <jelmer@samba.org>
Fri, 16 May 2014 17:14:19 +0000 (19:14 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Fri, 16 May 2014 17:14:19 +0000 (19:14 +0200)
Makefile [new file with mode: 0644]

diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..fda6019
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+PYTHON = python
+
+check:
+       $(PYTHON) -m unittest buildfarm.tests.test_suite