summaryrefslogtreecommitdiff
path: root/src/test/java/org/zwobble
diff options
context:
space:
mode:
authorMichael Williamson <mike@zwobble.org>2026-07-04 10:44:45 +0100
committerMichael Williamson <mike@zwobble.org>2026-07-04 10:44:45 +0100
commitccdb723a676f66ad6c1d55496e0272195fdd1fcc (patch)
tree7da89fc0cd38aaa2bbc7c7a88fedb285a583f1fb /src/test/java/org/zwobble
parent8cac5140ee16f34753cd9c207a09c87767cdad71 (diff)
Execute example Rust programs
Diffstat (limited to 'src/test/java/org/zwobble')
-rw-r--r--src/test/java/org/zwobble/hobgoblin/compiler/ExampleTests.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/java/org/zwobble/hobgoblin/compiler/ExampleTests.java b/src/test/java/org/zwobble/hobgoblin/compiler/ExampleTests.java
index 80d0507..80c2fbd 100644
--- a/src/test/java/org/zwobble/hobgoblin/compiler/ExampleTests.java
+++ b/src/test/java/org/zwobble/hobgoblin/compiler/ExampleTests.java
@@ -35,7 +35,7 @@ public class ExampleTests {
}
private void verifyRustOutput(ExampleSet exampleSet) throws NoSuchAlgorithmException, IOException, InterruptedException {
- verifyOutput(exampleSet, "rust", List.of("cargo", "build"));
+ verifyOutput(exampleSet, "rust", List.of("cargo", "run"));
}
private void verifyOutput(