summaryrefslogtreecommitdiffstats
path: root/pts
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-10-31 14:49:36 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-10-31 14:49:36 -0400
commit55be8f567c567d55e8d67d071ca86a7513a85c80 (patch)
tree18ec7552902256c08a7f21348b21d227a60eb9fc /pts
parent110991d95ee53487bcfe9f36473a39bc5e69af4d (diff)
downloadphoronix-test-suite-upstream-55be8f567c567d55e8d67d071ca86a7513a85c80.tar.gz
phoronix-test-suite-upstream-55be8f567c567d55e8d67d071ca86a7513a85c80.tar.xz
phoronix-test-suite-upstream-55be8f567c567d55e8d67d071ca86a7513a85c80.zip
pts: Add wine-volfogging2 test for a WINE-driven OpenGL Volumetric
Fogging test
Diffstat (limited to 'pts')
-rw-r--r--pts/test-profiles/wine-volfogging2.xml11
-rw-r--r--pts/test-resources/wine-volfogging2/downloads.xml9
-rw-r--r--pts/test-resources/wine-volfogging2/install.sh8
3 files changed, 28 insertions, 0 deletions
diff --git a/pts/test-profiles/wine-volfogging2.xml b/pts/test-profiles/wine-volfogging2.xml
new file mode 100644
index 0000000..86840eb
--- /dev/null
+++ b/pts/test-profiles/wine-volfogging2.xml
@@ -0,0 +1,11 @@
+<PhoronixTestSuite>
+ <TestProfile>
+ <Version>1.0.0</Version>
+ <Maintainer>Michael Larabel</Maintainer>
+ <Extends>wine-humus-tests</Extends>
+ </TestProfile>
+ <TestInformation>
+ <Title>Volumetric Fogging 2</Title>
+ <Description>This test uses WINE and runs an OpenGL volumetric fogging demo. The average FPS is recorded after running multiple 30 second runs.</Description>
+ </TestInformation>
+</PhoronixTestSuite>
diff --git a/pts/test-resources/wine-volfogging2/downloads.xml b/pts/test-resources/wine-volfogging2/downloads.xml
new file mode 100644
index 0000000..165e242
--- /dev/null
+++ b/pts/test-resources/wine-volfogging2/downloads.xml
@@ -0,0 +1,9 @@
+<PhoronixTestSuite>
+ <Downloads>
+ <Package>
+ <URL>http://humus.name/3D/VolumetricFogging2.zip</URL>
+ <MD5>287a45ca24aa09476ca8de7ff0d708f3</MD5>
+ <FileSize>878941</FileSize>
+ </Package>
+ </Downloads>
+</PhoronixTestSuite>
diff --git a/pts/test-resources/wine-volfogging2/install.sh b/pts/test-resources/wine-volfogging2/install.sh
new file mode 100644
index 0000000..574f56b
--- /dev/null
+++ b/pts/test-resources/wine-volfogging2/install.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+unzip -o VolumetricFogging2.zip
+
+echo "#!/bin/sh
+cd VolumetricFogging2/
+wine-humus-run VolumetricFogging2.exe" > wine-volfogging2
+chmod +x wine-volfogging2