Skip to content

Commit

Permalink
run-make-support: add some top-level docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jieyouxu committed Apr 13, 2024
1 parent 3d115b9 commit a67a119
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/tools/run-make-support/src/lib.rs
Original file line number Diff line number Diff line change
@@ -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 run;
pub mod rustc;
Expand Down

0 comments on commit a67a119

Please sign in to comment.