Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile.commands
diff options
context:
space:
mode:
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 70ec612..96f0af1 100644
--- a/Makefile.commands
+++ b/Makefile.commands
@@ -36,5 +36,5 @@ build-%:
pull-%:
@$(COMMANDS_DIR)/pull $*
-run-tests-%:
- @$(COMMANDS_DIR)/run-tests $*
+check-%:
+ @$(COMMANDS_DIR)/check $*