We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
BuildBuilder::patch_with_path
1 parent 22d4ef2 commit 589428bCopy full SHA for 589428b
tests/buildtest/inside_docker.rs
@@ -15,6 +15,12 @@ fn test_hello_world() {
15
execute("buildtest::test_hello_world").unwrap();
16
}
17
18
+#[test]
19
+#[cfg(unix)]
20
+fn test_path_based_patch() {
21
+ execute("buildtest::path_based_patch").unwrap();
22
+}
23
+
24
fn execute(test: &str) -> Result<(), Error> {
25
// The current working directory is mounted in the container to /outside.
26
// The binary to execute is remapped to be prefixed by /outside instead of the current
0 commit comments