]> gerrit.simantics Code Review - simantics/python.git/blob - org.simantics.pythonlink/test/org/simantics/pythonlink/test/ScriptTests.java
Added C source code for the DLL and a CDT project aspect for compiling it.
[simantics/python.git] / org.simantics.pythonlink / test / org / simantics / pythonlink / test / ScriptTests.java
1 package org.simantics.pythonlink.test;
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 Python() throws Exception { test(); }
12 }