From c744519935521dae359f8b0aaeede98969affc77 Mon Sep 17 00:00:00 2001 From: Michael Larabel Date: Sat, 30 Aug 2008 15:05:50 -0400 Subject: pts: Add unigine-islands test profile for new Unigine Islands technology demo --- pts/test-resources/unigine-islands/downloads.xml | 8 ++++++++ pts/test-resources/unigine-islands/install.sh | 10 ++++++++++ pts/test-resources/unigine-islands/parse-results.php | 5 +++++ 3 files changed, 23 insertions(+) create mode 100644 pts/test-resources/unigine-islands/downloads.xml create mode 100755 pts/test-resources/unigine-islands/install.sh create mode 100644 pts/test-resources/unigine-islands/parse-results.php (limited to 'pts/test-resources') diff --git a/pts/test-resources/unigine-islands/downloads.xml b/pts/test-resources/unigine-islands/downloads.xml new file mode 100644 index 0000000..29e85bf --- /dev/null +++ b/pts/test-resources/unigine-islands/downloads.xml @@ -0,0 +1,8 @@ + + + + http://www.unigine.com/download/files/Unigine_Islands_Linux.tar.bz2 + + + + diff --git a/pts/test-resources/unigine-islands/install.sh b/pts/test-resources/unigine-islands/install.sh new file mode 100755 index 0000000..03daff7 --- /dev/null +++ b/pts/test-resources/unigine-islands/install.sh @@ -0,0 +1,10 @@ +#!/bin/sh + +tar -jxvf Unigine_Islands_Linux.tar.bz2 + +echo "#!/bin/sh +cd Unigine_Islands_Linux/ +export LD_LIBRARY_PATH=bin/:\$LD_LIBRARY_PATH +./bin/main_x86 \$@ 2>&1 | grep FPS" > unigine-islands +chmod +x unigine-islands + diff --git a/pts/test-resources/unigine-islands/parse-results.php b/pts/test-resources/unigine-islands/parse-results.php new file mode 100644 index 0000000..35a388d --- /dev/null +++ b/pts/test-resources/unigine-islands/parse-results.php @@ -0,0 +1,5 @@ + -- cgit