summaryrefslogtreecommitdiffstats
path: root/pts
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-12-28 17:48:52 -0500
committerMichael Larabel <michael@phx-laptop.(none)>2008-12-28 17:48:52 -0500
commit69b03ddb43d08054e668932a9a0dc806b8b16f2a (patch)
treedab635a209ebb6ac80cbce2a748d8a7bea4c88cc /pts
parent812e20be9cb37c1c707ca92d49190d57f7bd2437 (diff)
downloadphoronix-test-suite-upstream-69b03ddb43d08054e668932a9a0dc806b8b16f2a.tar.gz
phoronix-test-suite-upstream-69b03ddb43d08054e668932a9a0dc806b8b16f2a.tar.xz
phoronix-test-suite-upstream-69b03ddb43d08054e668932a9a0dc806b8b16f2a.zip
pts: Add graphics-magick to multicore test suite due to its use of
OpenMP
Diffstat (limited to 'pts')
-rw-r--r--pts/test-suites/multicore.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/pts/test-suites/multicore.xml b/pts/test-suites/multicore.xml
index 7f90a97..9bd7c3d 100644
--- a/pts/test-suites/multicore.xml
+++ b/pts/test-suites/multicore.xml
@@ -1,6 +1,6 @@
<PhoronixTestSuite>
<SuiteInformation>
- <Version>1.0.0</Version>
+ <Version>1.0.1</Version>
<TestType>Processor</TestType>
<Title>Multi-Core</Title>
<Maintainer>Michael Larabel</Maintainer>
@@ -28,4 +28,14 @@
<RunTest>
<Test>openssl</Test>
</RunTest>
+ <RunTest>
+ <Test>graphics-magick</Test>
+ <Arguments>-colorspace HWB</Arguments>
+ <Description>HWB Color Space</Description>
+ </RunTest>
+ <RunTest>
+ <Test>graphics-magick</Test>
+ <Arguments>-lat 10x10-5%</Arguments>
+ <Description>Local Adaptive Thresholding</Description>
+ </RunTest>
</PhoronixTestSuite>