1 2 3 4 5 6 7 8 9 10 11 12
// tests/sakura_script/main.rs // // SakuraScript関連の統合テストをグルーピングするエントリーポイント。 // common ヘルパーは #[path] で tests/common/ を参照する。 #[path = "../common/mod.rs"] mod common; mod basic_test; mod budoux_test; mod edge_case_test; mod output_test;