Files
hakorune/tools/smokes/README.md

21 lines
781 B
Markdown
Raw 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.

# Smokes Index
Purpose
- 軽量なローカル確認やCI向けのスモークを用途別に集約するためのインデックスだよ。
Categories
- pyvm: PyVM 参照実行の代表スモーク
- llvm: llvmlite/ny-llvmc を使った AOT/EXE スモーク
- selfhost: 自己ホストNy→JSON v0→実行のスモーク
Entry scripts
- `./tools/smokes/fast_local.sh`
- 手元確認用の最小セットPyVM 小パック + crate EXE 3ケース + 短絡ブリッジ)
- `./tools/smokes/selfhost_local.sh`
- 自己ホスト側の簡易確認parser→JSON→PyVM 実行)
Notes
- 既存の多数のスモークは `tools/` 直下にあるよ(歴史的事情)。
少しずつ `tools/smokes/` 配下の集約ランナーに寄せていく方針だよ。