黑盒数据做成合并

This commit is contained in:
2026-08-23 10:46:56 +08:00
parent 0203ead96b
commit 4b8d214260
75 changed files with 9900 additions and 0 deletions
+4
View File
@@ -61,6 +61,10 @@ python -m cobol_testgen --gcov <cobol_src> runtime/
# 诊断脚本
python diagnose_db2.py # DB 全流程
python diagnose_kind8dbrun.py # DB 编译运行
# 黑盒数据生成
python black-box-data-create/main.py --design "D:\xxxx\詳細設計書_xxxx.md" --source "D:\xxxx\xxxx.cbl" --file-db-md "D:\xxxx\COPY句定義書.md" --cpy "D:\cobol-tna-system\cpy" --db-md "D:\xxxx\DB定義書.md" --output "D:\xxxx\output"
```
## 依赖