diff options
author | Michael Larabel <michael@phx-laptop.(none)> | 2008-08-28 10:32:44 -0400 |
---|---|---|
committer | Michael Larabel <michael@phx-laptop.(none)> | 2008-08-28 10:32:44 -0400 |
commit | fc5e6eae1ff2e5a83027dfcc1240892ee5030f0e (patch) | |
tree | e9906f4d934816f958772a46b4bdabb9fcd740f4 /pts/test-suites | |
parent | 57b5b5882978e705ea1f18c8341c62273bfd1537 (diff) | |
download | phoronix-test-suite-upstream-fc5e6eae1ff2e5a83027dfcc1240892ee5030f0e.tar.gz phoronix-test-suite-upstream-fc5e6eae1ff2e5a83027dfcc1240892ee5030f0e.tar.xz phoronix-test-suite-upstream-fc5e6eae1ff2e5a83027dfcc1240892ee5030f0e.zip |
pts: Add the unigine test suite for OpenGL tech demo tests from Unigine
Corp
Diffstat (limited to 'pts/test-suites')
-rw-r--r-- | pts/test-suites/unigine.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/pts/test-suites/unigine.xml b/pts/test-suites/unigine.xml new file mode 100644 index 0000000..4bb6d94 --- /dev/null +++ b/pts/test-suites/unigine.xml @@ -0,0 +1,14 @@ +<PhoronixTestSuite> + <SuiteInformation> + <Version>1.0.0</Version> + <TestType>Graphics</TestType> + <Title>Unigine Test Suite</Title> + <Maintainer>Michael Larabel</Maintainer> + <Description>The Unigine suite contains all technology demos from the Unigine Corp's advanced engine. The Unigine engine is very demanding upon the graphics processor.</Description> + </SuiteInformation> + <RunTest> + <Test>unigine-sanctuary</Test> + <Arguments>-video_width $VIDEO_WIDTH -video_height $VIDEO_HEIGHT</Arguments> + <Description>$VIDEO_WIDTH x $VIDEO_HEIGHT</Description> + </RunTest> +</PhoronixTestSuite> |