summaryrefslogtreecommitdiffstats
path: root/lib/kross/test/testscripting.rc
blob: 51567fd5f1dd0a83b93427b710605b6ffd09b0de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<KrossScripting>
    <ScriptAction 
        name="sa1name"
        text="ScriptAction1Text"
        description="Some describing text"
        interpreter="python"
        icon="application-x-executable">
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>