summaryrefslogtreecommitdiffstats
path: root/pts/test-resources/wine-hdr
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/test-resources/wine-hdr
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/test-resources/wine-hdr')
-rw-r--r--pts/test-resources/wine-hdr/downloads.xml9
-rwxr-xr-xpts/test-resources/wine-hdr/install.sh8
2 files changed, 17 insertions, 0 deletions
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