summaryrefslogtreecommitdiff
path: root/src/test/java/org/zwobble
diff options
context:
space:
mode:
authorMichael Williamson <mike@zwobble.org>2026-07-04 10:43:47 +0100
committerMichael Williamson <mike@zwobble.org>2026-07-04 10:43:47 +0100
commit8cac5140ee16f34753cd9c207a09c87767cdad71 (patch)
tree1713934e87687b8265bd9a5939ab2584d810aa06 /src/test/java/org/zwobble
parentd6e0d3b3560f2a09187f255e43227d4b42642bc9 (diff)
Execute example Java 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 82a6ef3..80d0507 100644
--- a/src/test/java/org/zwobble/hobgoblin/compiler/ExampleTests.java
+++ b/src/test/java/org/zwobble/hobgoblin/compiler/ExampleTests.java
@@ -31,7 +31,7 @@ public class ExampleTests {
}
private void verifyJavaOutput(ExampleSet exampleSet) throws NoSuchAlgorithmException, IOException, InterruptedException {
- verifyOutput(exampleSet, "java", List.of("mvn", "compile"));
+ verifyOutput(exampleSet, "java", List.of("mvn", "compile", "exec:java"));
}
private void verifyRustOutput(ExampleSet exampleSet) throws NoSuchAlgorithmException, IOException, InterruptedException {