]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/ActiveTests.java
Automatic execution of SCL tests in Maven
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / ActiveTests.java
diff --git a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/ActiveTests.java b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/ActiveTests.java
new file mode 100644 (file)
index 0000000..f9533ef
--- /dev/null
@@ -0,0 +1,24 @@
+package org.simantics.scl.compiler.tests;
+
+import org.junit.Ignore;
+import org.junit.Test;
+
+public class ActiveTests extends TestBase {
+    
+    public ActiveTests() { super("scl"); }
+/*
+    @Test public void Equations1() { test(); }
+    @Test public void MarketModel2() { test(); }
+    @Test public void Overloading2() { test(); }
+    @Test public void Overloading3() { test(); }
+    //@Ignore
+    @Test public void PatternError() { test(); }
+    @Test public void Serialization() { test(); }
+    @Ignore
+    @Test public void TypeClass2() { test(); }
+    @Test public void TypeClassBug2() { test(); }
+  */  
+    
+    //@Test public void CityoptSetup() { test(); }
+    @Test public void EmptyLet() { test(); }
+}