We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e94a22b commit 177be3bCopy full SHA for 177be3b
src/lang/java/tests/RunTests.java
@@ -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