bootstrap: Describe build_steps::run
This commit is contained in:
parent
a2fa934927
commit
2042616134
@ -1,3 +1,8 @@
|
||||
//! Build-and-run steps for in-repo tools
|
||||
//!
|
||||
//! A bit of a hodge-podge as e.g. if a tool's a test fixture it should be in `build_steps::test`.
|
||||
//! If it can be reached from `./x.py run` it can go here.
|
||||
|
||||
use std::path::PathBuf;
|
||||
use std::process::Command;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user