summaryrefslogtreecommitdiffstats
path: root/pts/test-resources/wine-domino
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-10-31 16:39:23 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-10-31 16:39:23 -0400
commitd64947139b435d6ecad3cd197502148178251741 (patch)
treee61b42572b0d6aff7fb82412e11d68ec9cc6db36 /pts/test-resources/wine-domino
parent0bb3eb5d0fd63e5fc7b9b9cea1bda4d2aa384963 (diff)
downloadphoronix-test-suite-upstream-d64947139b435d6ecad3cd197502148178251741.tar.gz
phoronix-test-suite-upstream-d64947139b435d6ecad3cd197502148178251741.tar.xz
phoronix-test-suite-upstream-d64947139b435d6ecad3cd197502148178251741.zip
pts: Add wine-domino test that uses WINE
Diffstat (limited to 'pts/test-resources/wine-domino')
-rw-r--r--pts/test-resources/wine-domino/downloads.xml9
-rwxr-xr-xpts/test-resources/wine-domino/install.sh8
2 files changed, 17 insertions, 0 deletions
diff --git a/pts/test-resources/wine-domino/downloads.xml b/pts/test-resources/wine-domino/downloads.xml
new file mode 100644
index 0000000..8d614e0
--- /dev/null
+++ b/pts/test-resources/wine-domino/downloads.xml
@@ -0,0 +1,9 @@
+<PhoronixTestSuite>
+ <Downloads>
+ <Package>
+ <URL>http://humus.name/3D/Domino.zip</URL>
+ <MD5>8e2fd982d9a39528e7ba547cb48013c7</MD5>
+ <FileSize>199335</FileSize>
+ </Package>
+ </Downloads>
+</PhoronixTestSuite>
diff --git a/pts/test-resources/wine-domino/install.sh b/pts/test-resources/wine-domino/install.sh
new file mode 100755
index 0000000..510a9d5
--- /dev/null
+++ b/pts/test-resources/wine-domino/install.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+unzip -o Domino.zip
+
+echo "#!/bin/sh
+cd Domino/
+wine-humus-run Domino.exe" > wine-domino
+chmod +x wine-domino