Skip to content

Commit a67a119

Browse files
committed
run-make-support: add some top-level docs
1 parent 3d115b9 commit a67a119

File tree

1 file changed

+5
-0
lines changed
  • src/tools/run-make-support/src

1 file changed

+5
-0
lines changed

src/tools/run-make-support/src/lib.rs

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
//! `run-make-support` is a support library for run-make tests. It provides command wrappers and
2+
//! convenience utility functions to help test writers reduce duplication. The support library
3+
//! notably is built via cargo: this means that if your test wants some non-trivial utility, such
4+
//! as `object` or `wasmparser`, they can be re-exported and be made available through this library.
5+
16
pub mod cc;
27
pub mod run;
38
pub mod rustc;

0 commit comments

Comments
 (0)