Files
hakorune/docs/development/current/CLI_TESTING_GUIDE.md

21 lines
820 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## CLI分離テスト導線軽量版
目的: CLI変更に引きずられずにコアのMIR/VMを検証できる導線を用意する構成は今は変えない
### 推奨手順
- コアのビルドとゴールデン照合のみで回す:
- `cargo build --release -j32`
- `./tools/ci_check_golden.sh`
- 代表E2Eプラグイン前提のみ任意:
- `cargo test --features plugins -q -- --nocapture`
### ヘルパースクリプト
- `tools/core_ci.sh`: コアのビルドゴールデン照合を一括実行CI/ローカル共用)
### 将来の分割方針(メモ)
- Cargo workspace化 or lib/binary分割で `cargo test -p core` を走らせる。
- runnerCLIフラグ/バックエンド選択)変更の影響をコア側に伝播させない。
最終更新: 2025-08-25