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 15:17:57 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-12-08 15:17:57 (GMT)
commite1e17b4a5895852f23b7dd9a2d98be3cdd1c6272 (patch)
tree6c9c98ab948ea616c375f14cb0d178cd20936cb5 /Makefile.commands
parent3f05816ea746124ca2b91842ba5f8bb5175c2068 (diff)
Support running one test
Diffstat (limited to 'Makefile.commands')
-rw-r--r--Makefile.commands3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.commands b/Makefile.commands
index 12ea79d..78805a8 100644
--- a/Makefile.commands
+++ b/Makefile.commands
@@ -32,3 +32,6 @@ build-%:
pull-%:
@$(COMMANDS_DIR)/pull $*
+
+run-tests-%:
+ @$(COMMANDS_DIR)/run-tests $*