summaryrefslogtreecommitdiffstats
path: root/pts
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-10-31 16:40:32 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-10-31 16:40:32 -0400
commit09a0ff48398a65da53a0dc9f551a73e8e480aaa7 (patch)
treef7f66dc4aa5f6ddb0f63fd78b5a14d4fffac725d /pts
parente24c31128b165b6df2d674aff1625fe0019d04bc (diff)
downloadphoronix-test-suite-upstream-09a0ff48398a65da53a0dc9f551a73e8e480aaa7.tar.gz
phoronix-test-suite-upstream-09a0ff48398a65da53a0dc9f551a73e8e480aaa7.tar.xz
phoronix-test-suite-upstream-09a0ff48398a65da53a0dc9f551a73e8e480aaa7.zip
pts: Add wine-hdr test that uses WINE
Diffstat (limited to 'pts')
-rw-r--r--pts/test-profiles/wine-hdr.xml11
-rw-r--r--pts/test-resources/wine-hdr/downloads.xml9
-rwxr-xr-xpts/test-resources/wine-hdr/install.sh8
3 files changed, 28 insertions, 0 deletions
diff --git a/pts/test-profiles/wine-hdr.xml b/pts/test-profiles/wine-hdr.xml
new file mode 100644
index 0000000..519b8e2
--- /dev/null
+++ b/pts/test-profiles/wine-hdr.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 HDR</Title>
+ <Description>This test uses WINE and runs an OpenGL demo with High Dynamic Range. The average FPS is recorded after running multiple 30 second runs.</Description>
+ </TestInformation>
+</PhoronixTestSuite>
diff --git a/pts/test-resources/wine-hdr/downloads.xml b/pts/test-resources/wine-hdr/downloads.xml
new file mode 100644
index 0000000..2ae8e48
--- /dev/null
+++ b/pts/test-resources/wine-hdr/downloads.xml
@@ -0,0 +1,9 @@
+<PhoronixTestSuite>
+ <Downloads>
+ <Package>
+ <URL>http://humus.name/3D/HDR.zip</URL>
+ <MD5>f41c5a98eb132e4c005172ab2a97740b</MD5>
+ <FileSize>3040337</FileSize>
+ </Package>
+ </Downloads>
+</PhoronixTestSuite>
diff --git a/pts/test-resources/wine-hdr/install.sh b/pts/test-resources/wine-hdr/install.sh
new file mode 100755
index 0000000..b84e887
--- /dev/null
+++ b/pts/test-resources/wine-hdr/install.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+unzip -o HDR.zip
+
+echo "#!/bin/sh
+cd HDR/
+wine-humus-run HDR.exe" > wine-hdr
+chmod +x wine-hdr