diff --git a/pom.xml b/pom.xml index 7e485cc5e..d2886df8a 100644 --- a/pom.xml +++ b/pom.xml @@ -76,14 +76,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - 2.19 - - - - org.jacoco jacoco-maven-plugin diff --git a/src/test/java/dk/camelot64/kickc/test/TestPrograms.java b/src/test/java/dk/camelot64/kickc/test/TestPrograms.java index 6a373baaf..66490a21f 100644 --- a/src/test/java/dk/camelot64/kickc/test/TestPrograms.java +++ b/src/test/java/dk/camelot64/kickc/test/TestPrograms.java @@ -44,6 +44,7 @@ public class TestPrograms { AsmFragmentTemplateUsages.logUsages(log, false, false, false, false, false, false); } + @Test public void testTest() { return; }