1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-10-10 20:23:47 +00:00

Removed surefire section.

This commit is contained in:
jespergravgaard 2018-11-08 00:05:42 +01:00
parent 659b274a60
commit 93a0d9110a
2 changed files with 1 additions and 8 deletions

View File

@ -76,14 +76,6 @@
</testResources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.19</version>
<configuration>
<!--<skipTests>true</skipTests>-->
</configuration>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>

View File

@ -44,6 +44,7 @@ public class TestPrograms {
AsmFragmentTemplateUsages.logUsages(log, false, false, false, false, false, false);
}
@Test
public void testTest() {
return;
}