Skip to content

Commit 04f184c

Browse files
committed
fix: readme修复
1 parent af037e3 commit 04f184c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -539,8 +539,8 @@ cmake --build build --config Release
539539
./build/bin/TaskflowLiteTest
540540

541541
# Single file (build on demand)
542-
cmake --build build --target tfl_test_queue
543-
./build/bin/tfl_test_queue
542+
cmake --build build --target tfl_test_task
543+
./build/bin/tfl_test_task
544544
```
545545

546546
> Tests depend on Catch2 v3 amalgamated: used directly if present under `test/`

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -539,8 +539,8 @@ cmake --build build --config Release
539539
./build/bin/TaskflowLiteTest
540540

541541
# 单文件(按需构建)
542-
cmake --build build --target tfl_test_queue
543-
./build/bin/tfl_test_queue
542+
cmake --build build --target tfl_test_task
543+
./build/bin/tfl_test_task
544544
```
545545

546546
> 测试依赖 Catch2 v3 amalgamated:`test/` 下已有则直接使用(离线、可复现);

0 commit comments

Comments
 (0)