summaryrefslogtreecommitdiffstats
path: root/pts/test-suites/gui-toolkits.xml
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-05-08 12:09:54 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-05-08 12:09:54 -0400
commitde04f30b1b327f58e099880f0b36cebcaa641321 (patch)
treed27c29126711a855f1a7f6efe144c94fdb6c14c2 /pts/test-suites/gui-toolkits.xml
parent62a00acbbd787da5f4f36bd99448202ff8ef7769 (diff)
downloadphoronix-test-suite-upstream-de04f30b1b327f58e099880f0b36cebcaa641321.tar.gz
phoronix-test-suite-upstream-de04f30b1b327f58e099880f0b36cebcaa641321.tar.xz
phoronix-test-suite-upstream-de04f30b1b327f58e099880f0b36cebcaa641321.zip
Add gui-tollkits suite
Diffstat (limited to 'pts/test-suites/gui-toolkits.xml')
-rw-r--r--pts/test-suites/gui-toolkits.xml34
1 files changed, 34 insertions, 0 deletions
diff --git a/pts/test-suites/gui-toolkits.xml b/pts/test-suites/gui-toolkits.xml
new file mode 100644
index 0000000..bf4278f
--- /dev/null
+++ b/pts/test-suites/gui-toolkits.xml
@@ -0,0 +1,34 @@
+<PhoronixTestSuite>
+ <SuiteInformation>
+ <Version>0.1</Version>
+ <TestType>Graphics</TestType>
+ <Title>GUI Toolkits</Title>
+ <Maintainer>Michael Larabel</Maintainer>
+ <Description>This test suite is made up of GUI tool-kit test profiles. Currently this suite consists of tests for just GTK.</Description>
+ </SuiteInformation>
+ <RunTest>
+ <Test>gtkperf</Test>
+ <Arguments>COMBOBOX</Arguments>
+ <Description>GtkComboBox</Description>
+ </RunTest>
+ <RunTest>
+ <Test>gtkperf</Test>
+ <Arguments>RADIO_BUTTON</Arguments>
+ <Description>GtkRadioButton</Description>
+ </RunTest>
+ <RunTest>
+ <Test>gtkperf</Test>
+ <Arguments>TEXTVIEW_SCROLL</Arguments>
+ <Description>GtkTextView - Scroll</Description>
+ </RunTest>
+ <RunTest>
+ <Test>gtkperf</Test>
+ <Arguments>DRAWING_PIXBUFS</Arguments>
+ <Description>GtkDrawingArea - Pixbufs</Description>
+ </RunTest>
+ <RunTest>
+ <Test>gtkperf</Test>
+ <Arguments>TOTAL_TIME</Arguments>
+ <Description>Total Time</Description>
+ </RunTest>
+</PhoronixTestSuite>