docs: 测试计数更新 145→158 单元 + 23→24 集成

This commit is contained in:
2026-06-05 19:39:12 +08:00
parent a45f7d8e2f
commit 9a256d9be1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -156,7 +156,7 @@ mingw32-make -j4
# 构建
cd build && mingw32-make -j4
# 运行全部测试 (145 单元 + 23 集成)
# 运行全部测试 (158 单元 + 24 集成)
./l_lang_lexer_test.exe # 词法分析 (41 tests)
./l_lang_test.exe # 语法分析 (15 tests)
./l_lang_sema_test.exe # 语义分析 (74 tests)