X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=tests%2Forg.simantics.scl.compiler.tests%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Ftests%2FTestRegression.java;fp=tests%2Forg.simantics.scl.compiler.tests%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Ftests%2FTestRegression.java;h=a2c4acc3971a5a7a3972fed08af0e3f7e664e1f4;hp=fcf31dd15dd5fb021fe17b8582b6b031471ab3be;hb=e3cd3cd49bc2585f57d030a8743f9012f6161a92;hpb=e65cd7676f6e843e34a8501afc57f56cbc8602d3 diff --git a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/TestRegression.java b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/TestRegression.java index fcf31dd15..a2c4acc39 100644 --- a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/TestRegression.java +++ b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/TestRegression.java @@ -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 { }