Skip to content

Commit 177be3b

Browse files
committed
added testrunner
1 parent e94a22b commit 177be3b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/lang/java/tests/RunTests.java

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
package lang.java.tests;
2+
3+
import org.junit.runner.RunWith;
4+
import org.rascalmpl.test.infrastructure.RascalJUnitTestPrefix;
5+
import org.rascalmpl.test.infrastructure.RascalJUnitTestRunner;
6+
7+
@RunWith(RascalJUnitTestRunner.class)
8+
@RascalJUnitTestPrefix("lang::java::tests")
9+
public class RunTests {
10+
11+
}

0 commit comments

Comments
 (0)