]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/ScriptTests.java
Merge commit '145a2884933f2ffdd48d6835729e58f1152d274e'
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / ScriptTests.java
1 package org.simantics.scl.compiler.tests;
2
3 import org.junit.Test;
4
5 public class ScriptTests extends ScriptTestBase {
6     
7     public ScriptTests() {
8         super("scripts");
9     }
10
11     @Test public void Arithmetic() throws Exception { test(); }
12     @Test public void Functions() throws Exception { test(); }
13     @Test public void Functions2() throws Exception { test(); }
14     @Test public void Lists() throws Exception { test(); }
15     
16 }