X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=tests%2Forg.simantics.scl.compiler.tests%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Ftests%2FTestRegression.java;h=a2c4acc3971a5a7a3972fed08af0e3f7e664e1f4;hb=f62bab9b78e60b94e055d51db98a03141415323e;hp=fcf31dd15dd5fb021fe17b8582b6b031471ab3be;hpb=d70b5f7a4cdeea05c7526560303feffeb03596b0;p=simantics%2Fplatform.git 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 { }