Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile.commands
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.commands
parentce2d2cdd3372d4a58806f0a178f0a410357f96a2 (diff)
Add per module tests to the check target
Diffstat (limited to 'Makefile.commands')
-rw-r--r--Makefile.commands4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.commands b/Makefile.commands
index 367f2ab..12ea79d 100644
--- a/Makefile.commands
+++ b/Makefile.commands
@@ -15,8 +15,8 @@ build:
run:
@$(COMMANDS_DIR)/run
-test-ui:
- @$(COMMANDS_DIR)/test-ui
+run-tests:
+ @$(COMMANDS_DIR)/run-tests
shell:
@$(COMMANDS_DIR)/shell