run-make-support: add some top-level docs
This commit is contained in:
parent
3d115b9cc9
commit
a67a119424
@ -1,3 +1,8 @@
|
|||||||
|
//! `run-make-support` is a support library for run-make tests. It provides command wrappers and
|
||||||
|
//! convenience utility functions to help test writers reduce duplication. The support library
|
||||||
|
//! notably is built via cargo: this means that if your test wants some non-trivial utility, such
|
||||||
|
//! as `object` or `wasmparser`, they can be re-exported and be made available through this library.
|
||||||
|
|
||||||
pub mod cc;
|
pub mod cc;
|
||||||
pub mod run;
|
pub mod run;
|
||||||
pub mod rustc;
|
pub mod rustc;
|
||||||
|
Loading…
Reference in New Issue
Block a user