aboutsummaryrefslogtreecommitdiff
path: root/spec/cli/run_all_tests.sh
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2026-02-20 13:22:58 +0000
committerLi Jin <dragon-fly@qq.com>2026-02-20 13:22:58 +0000
commit28253ef50ffa976ed70e6635e4d0ccf7f1842fcd (patch)
treee653776d8560e30b7885b9113defe7c073db5278 /spec/cli/run_all_tests.sh
parent635ce55c778eb0ccf0cb0f5d495402dbbb42deb1 (diff)
parent1c93c88a3f79cfce68ee6d8c4cd85156aaad1101 (diff)
downloadyuescript-28253ef50ffa976ed70e6635e4d0ccf7f1842fcd.tar.gz
yuescript-28253ef50ffa976ed70e6635e4d0ccf7f1842fcd.tar.bz2
yuescript-28253ef50ffa976ed70e6635e4d0ccf7f1842fcd.zip
Merge branch 'feature/reserve-comments-tests' into codex/remove-line-number-comments-from-empty-linesHEADmain
Diffstat (limited to 'spec/cli/run_all_tests.sh')
-rwxr-xr-xspec/cli/run_all_tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/cli/run_all_tests.sh b/spec/cli/run_all_tests.sh
index 43b74bc..c4836ca 100755
--- a/spec/cli/run_all_tests.sh
+++ b/spec/cli/run_all_tests.sh
@@ -105,6 +105,7 @@ run_test_suite() {
105# Run all test suites 105# Run all test suites
106run_test_suite "Basic Options Test" "$SCRIPT_DIR/test_basic_options.sh" 106run_test_suite "Basic Options Test" "$SCRIPT_DIR/test_basic_options.sh"
107run_test_suite "Compilation Test" "$SCRIPT_DIR/test_compilation.sh" 107run_test_suite "Compilation Test" "$SCRIPT_DIR/test_compilation.sh"
108run_test_suite "Reserve Comments Test" "$SCRIPT_DIR/test_reserve_comments.sh"
108run_test_suite "Error Handling Test" "$SCRIPT_DIR/test_error_handling.sh" 109run_test_suite "Error Handling Test" "$SCRIPT_DIR/test_error_handling.sh"
109run_test_suite "Execution Test" "$SCRIPT_DIR/test_execution.sh" 110run_test_suite "Execution Test" "$SCRIPT_DIR/test_execution.sh"
110 111