We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d115b9 commit a67a119Copy full SHA for a67a119
src/tools/run-make-support/src/lib.rs
@@ -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
+
6
pub mod cc;
7
pub mod run;
8
pub mod rustc;
0 commit comments