]> gerrit.simantics Code Review - simantics/python.git/blobdiff - org.simantics.pythonlink/test/org/simantics/pythonlink/test/AllTests.java
Added lauchers for test cases.
[simantics/python.git] / org.simantics.pythonlink / test / org / simantics / pythonlink / test / AllTests.java
diff --git a/org.simantics.pythonlink/test/org/simantics/pythonlink/test/AllTests.java b/org.simantics.pythonlink/test/org/simantics/pythonlink/test/AllTests.java
new file mode 100644 (file)
index 0000000..3d9bbb2
--- /dev/null
@@ -0,0 +1,11 @@
+package org.simantics.pythonlink.test;\r
+\r
+import org.junit.runner.RunWith;\r
+import org.junit.runners.Suite;\r
+import org.junit.runners.Suite.SuiteClasses;\r
+\r
+@RunWith( Suite.class )\r
+@SuiteClasses( { ScriptTests.class, TestPythonlink.class } )\r
+public class AllTests {\r
+\r
+}\r