]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.tests.modelled.ui/scl/Simantics/TestsUI.scl
Enhancements to modelled tests
[simantics/platform.git] / bundles / org.simantics.tests.modelled.ui / scl / Simantics / TestsUI.scl
index d834c36756fe5a8d3ab254dc0ff34b608af9d23f..53218224a089feac163ae5e475d245afe05a25e2 100644 (file)
@@ -11,4 +11,9 @@ importJava "org.simantics.tests.modelled.ui.TestsUIUtils" where
 createSTSSuiteAction :: Resource -> <Proc> ()
 createSTSSuiteAction res = do
   syncWrite (\() -> createSTSSuite res)
+  ()
+
+createSTSVariableAction :: Resource -> <Proc> ()
+createSTSVariableAction res = do
+  syncWrite(\() -> createSTSVariable res)
   ()
\ No newline at end of file