Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.commands4
-rwxr-xr-xcommands/test-ui (renamed from commands/test)0
2 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
diff --git a/commands/test b/commands/test-ui
index fb1233e..fb1233e 100755
--- a/commands/test
+++ b/commands/test-ui