Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile.tests
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-12-08 14:54:01 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-12-08 14:54:01 (GMT)
commit3f05816ea746124ca2b91842ba5f8bb5175c2068 (patch)
tree65b60ba9fc590c965d172545bf653b84205267ff /Makefile.tests
parentce2d2cdd3372d4a58806f0a178f0a410357f96a2 (diff)
Add per module tests to the check target
Diffstat (limited to 'Makefile.tests')
-rw-r--r--Makefile.tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.tests b/Makefile.tests
index d47e558..6416268 100644
--- a/Makefile.tests
+++ b/Makefile.tests
@@ -6,4 +6,4 @@ test-devbot:
TMPDIR=$(TESTS_DATA) PYTHONPATH=$(BASE_DIR) python -m unittest discover
rm -rf $(TESTS_DATA)
-check: test-devbot test-ui
+check: test-devbot run-tests