diff --git a/examples/09_java_testing/config/config.json b/examples/09_java_testing/config/config.json index 527f3fa..3e06f62 100644 --- a/examples/09_java_testing/config/config.json +++ b/examples/09_java_testing/config/config.json @@ -19,7 +19,7 @@ "type" : "Compilation", "title" : "Java - Instructor JUnit Test Compilation", "command" : "javac -cp submitty_junit.jar:. FactorialTest.java", - "executable_name" : "FactorialTest.class", + "executable_name" : [ "Factorial.class", "FactorialTest.class" ], "points" : 2 }, {