]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/TestRegression.java
New solver for SCL effects inequalities
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / TestRegression.java
index fcf31dd15dd5fb021fe17b8582b6b031471ab3be..a2c4acc3971a5a7a3972fed08af0e3f7e664e1f4 100644 (file)
@@ -3,12 +3,14 @@ package org.simantics.scl.compiler.tests;
 import org.junit.runner.RunWith;
 import org.junit.runners.Suite;
 import org.junit.runners.Suite.SuiteClasses;
+import org.simantics.scl.compiler.tests.unit.TestSubSolver2;
 
 @RunWith(Suite.class)
 @SuiteClasses({
     ModuleRegressionTests.class,
     TestExpressionEvaluator.class,
-    TestCommandSession.class
+    TestCommandSession.class,
+    TestSubSolver2.class
 })
 public class TestRegression {
 }