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