aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/makefile b/makefile
index 33d02cf..83f9c5d 100644
--- a/makefile
+++ b/makefile
@@ -447,6 +447,12 @@ test: debug
447 @busted 447 @busted
448 @echo "Done!" 448 @echo "Done!"
449 449
450# Test CLI tool functionality
451.PHONY: test-cli
452test-cli: debug
453 @echo "Running CLI tests..."
454 @bash spec/cli/run_all_tests.sh
455
450# Test Yuescript compiler 456# Test Yuescript compiler
451.PHONY: gen 457.PHONY: gen
452gen: release 458gen: release