diff options
| author | Michael Williamson <mike@zwobble.org> | 2026-07-04 10:43:47 +0100 |
|---|---|---|
| committer | Michael Williamson <mike@zwobble.org> | 2026-07-04 10:43:47 +0100 |
| commit | 8cac5140ee16f34753cd9c207a09c87767cdad71 (patch) | |
| tree | 1713934e87687b8265bd9a5939ab2584d810aa06 /src/test/java/org | |
| parent | d6e0d3b3560f2a09187f255e43227d4b42642bc9 (diff) | |
Execute example Java programs
Diffstat (limited to 'src/test/java/org')
| -rw-r--r-- | src/test/java/org/zwobble/hobgoblin/compiler/ExampleTests.java | 2 |
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 { |
