summaryrefslogtreecommitdiffstats
path: root/lib/kross/test/testscripting.rc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kross/test/testscripting.rc')
-rw-r--r--lib/kross/test/testscripting.rc33
1 files changed, 33 insertions, 0 deletions
diff --git a/lib/kross/test/testscripting.rc b/lib/kross/test/testscripting.rc
new file mode 100644
index 000000000..ee641d15c
--- /dev/null
+++ b/lib/kross/test/testscripting.rc
@@ -0,0 +1,33 @@
+<KrossScripting>
+ <ScriptAction
+ name="sa1name"
+ text="ScriptAction1Text"
+ description="Some describing text"
+ interpreter="python"
+ icon="exec">
+print "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
+print "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb"
+ </ScriptAction>
+
+ <ScriptAction
+ name="testcase"
+ text="TestCase"
+ description="Test some common functionality."
+ interpreter="python"
+ file="testcase.py" />
+
+ <ScriptAction
+ name="testgui"
+ text="TestGUI"
+ description="Test the GUI functionality."
+ interpreter="python"
+ file="testgui.py" />
+
+ <ScriptAction
+ name="testkexidb"
+ text="TestKexiDB"
+ description="Test the kexidb binding."
+ interpreter="python"
+ file="testkexidb.py" />
+
+</KrossScripting>