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-11-29 22:58:46 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-29 22:58:46 (GMT)
commit39b5e59f9b937bfc870dff3a570499a140edcad2 (patch)
tree3088205c3470406cc424ec350156946b03ad1f90 /Makefile.commands
parent59df9bd4d22715b03d1b765321021a59ebc9366b (diff)
Rename test command to test-ui
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 238a19a..367f2ab 100644
--- a/Makefile.commands
+++ b/Makefile.commands
@@ -15,8 +15,8 @@ build:
run:
@$(COMMANDS_DIR)/run
-test:
- @$(COMMANDS_DIR)/test
+test-ui:
+ @$(COMMANDS_DIR)/test-ui
shell:
@$(COMMANDS_DIR)/shell