diff options
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -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 | ||
| 452 | test-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 |
| 452 | gen: release | 458 | gen: release |
