summaryrefslogtreecommitdiff
path: root/tests/tests.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.xml')
-rw-r--r--tests/tests.xml36
1 files changed, 36 insertions, 0 deletions
diff --git a/tests/tests.xml b/tests/tests.xml
new file mode 100644
index 0000000..8cd4f87
--- /dev/null
+++ b/tests/tests.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<testdefinition version="0.1">
+ <suite name="libresourceqt-tests" domain="Multimedia Middleware">
+ <set name="libresourceqt-tests" feature="Resource policy">
+
+ <case name="test-resource" type="Functional" level="Component" description="Unit tests for libresourceqt" timeout="15">
+ <step expected_result="0">/usr/lib/libresourceqt-tests/test-resource</step>
+ </case>
+
+ <case name="test-resource-set" type="Functional" level="Component" description="Unit tests for libresourceqt" timeout="15">
+ <step expected_result="0">/usr/lib/libresourceqt-tests/test-resource-set</step>
+ </case>
+
+ <environments>
+ <scratchbox>false</scratchbox>
+ <hardware>true</hardware>
+ </environments>
+
+ </set>
+ </suite>
+
+ <suite name="libdbus-qeventloop-tests" domain="Multimedia Middleware">
+ <set name="libdbus-qeventloop-tests" feature="Resource policy">
+
+ <case name="unit-tests" type="Functional" level="Component" description="Unit tests for libdbus-qeventloop" timeout="15">
+ <step expected_result="0">/usr/lib/libresourceqt-tests/test-dbus-qeventloop</step>
+ </case>
+
+ <environments>
+ <scratchbox>false</scratchbox>
+ <hardware>true</hardware>
+ </environments>
+
+ </set>
+ </suite>
+</testdefinition>