Skip to content

Commit

Permalink
[sre] Transform 'janus' module tests from Tycho to Maven testing modu…
Browse files Browse the repository at this point in the history
…les.

see #616

Signed-off-by: Stéphane Galland <galland@arakhne.org>
  • Loading branch information
gallandarakhneorg committed May 7, 2017
1 parent d247823 commit 4a54eed
Show file tree
Hide file tree
Showing 90 changed files with 22 additions and 309 deletions.

This file was deleted.

10 changes: 0 additions & 10 deletions sre/io.janusproject/io.janusproject.tests/build.properties

This file was deleted.

61 changes: 22 additions & 39 deletions sre/io.janusproject/io.janusproject.tests/pom.xml
Expand Up @@ -8,46 +8,29 @@
</parent>

<artifactId>io.janusproject.tests</artifactId>
<packaging>eclipse-test-plugin</packaging>
<name>Janus SRE Tests</name>

<properties>
<tycho-surefire-plugin-os-jvm-flags></tycho-surefire-plugin-os-jvm-flags>
<tycho-surefire-plugin-max-memory>768M</tycho-surefire-plugin-max-memory>
</properties>

<profiles>
<profile>
<id>tycho-surefire-plugin-macosx-jvm-flags</id>
<activation>
<os>
<family>mac</family>
</os>
</activation>
<properties>
<tycho-surefire-plugin-os-jvm-flags>-XstartOnFirstThread</tycho-surefire-plugin-os-jvm-flags>
</properties>
</profile>
</profiles>

<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-surefire-plugin</artifactId>
<version>${tycho.version}</version>
<configuration>
<useUIHarness>true</useUIHarness>
<useUIThread>false</useUIThread>
<runOrder>alphabetical</runOrder>
<product>io.sarl.eclipse.io_sarl_lang_product</product>
<application>org.eclipse.ui.ide.workbench</application>
<argLine>-Xms256M -Xmx${tycho-surefire-plugin-max-memory} -XX:+CMSClassUnloadingEnabled -ea ${tycho-surefire-plugin-os-jvm-flags}</argLine>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
<showEclipseLog>false</showEclipseLog>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>io.sarl</groupId>
<artifactId>io.sarl.tests.api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.janusproject</groupId>
<artifactId>io.janusproject.kernel</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava-testlib</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

</project>

This file was deleted.

This file was deleted.

0 comments on commit 4a54eed

Please sign in to comment.