summaryrefslogtreecommitdiffstats
path: root/pts
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-10-31 16:41:46 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-10-31 16:41:46 -0400
commit3e3350198a90ce2d71a1e0725978f38e8e0d5eeb (patch)
tree31a8553e4a71f2b9b1193aa626bc9aaad5d0692b /pts
parent46166000db76aafbeeeb8e61e1b5099282f58d58 (diff)
downloadphoronix-test-suite-upstream-3e3350198a90ce2d71a1e0725978f38e8e0d5eeb.tar.gz
phoronix-test-suite-upstream-3e3350198a90ce2d71a1e0725978f38e8e0d5eeb.tar.xz
phoronix-test-suite-upstream-3e3350198a90ce2d71a1e0725978f38e8e0d5eeb.zip
pts: Add wine-water test that uses WINE
Diffstat (limited to 'pts')
-rw-r--r--pts/test-profiles/wine-water.xml11
-rw-r--r--pts/test-resources/wine-water/downloads.xml9
-rwxr-xr-xpts/test-resources/wine-water/install.sh8
3 files changed, 28 insertions, 0 deletions
diff --git a/pts/test-profiles/wine-water.xml b/pts/test-profiles/wine-water.xml
new file mode 100644
index 0000000..6864b6c
--- /dev/null
+++ b/pts/test-profiles/wine-water.xml
@@ -0,0 +1,11 @@
+<PhoronixTestSuite>
+ <TestProfile>
+ <Version>1.0.0</Version>
+ <Maintainer>Michael Larabel</Maintainer>
+ <Extends>wine-humus-tests</Extends>
+ </TestProfile>
+ <TestInformation>
+ <Title>Humus Water</Title>
+ <Description>This test uses WINE and runs an OpenGL demo with a water scene. The average FPS is recorded after running multiple 30 second runs.</Description>
+ </TestInformation>
+</PhoronixTestSuite>
diff --git a/pts/test-resources/wine-water/downloads.xml b/pts/test-resources/wine-water/downloads.xml
new file mode 100644
index 0000000..65e71c7
--- /dev/null
+++ b/pts/test-resources/wine-water/downloads.xml
@@ -0,0 +1,9 @@
+<PhoronixTestSuite>
+ <Downloads>
+ <Package>
+ <URL>http://humus.name/3D/Water.zip</URL>
+ <MD5>e17bd65ef95c4eade4006a54d6c243f3</MD5>
+ <FileSize>714713</FileSize>
+ </Package>
+ </Downloads>
+</PhoronixTestSuite>
diff --git a/pts/test-resources/wine-water/install.sh b/pts/test-resources/wine-water/install.sh
new file mode 100755
index 0000000..67d50fa
--- /dev/null
+++ b/pts/test-resources/wine-water/install.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+unzip -o Water.zip
+
+echo "#!/bin/sh
+cd Water/
+wine-humus-run Water.exe" > wine-water
+chmod +x wine-water