summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGE-LOG1
-rw-r--r--pts/test-suites/multicore.xml12
2 files changed, 12 insertions, 1 deletions
diff --git a/CHANGE-LOG b/CHANGE-LOG
index c66175e..a1c81b0 100644
--- a/CHANGE-LOG
+++ b/CHANGE-LOG
@@ -18,6 +18,7 @@ Phoronix Test Suite (Git)
- pts: Add libperl-dev to Ubuntu External Dependencies XML to perl package
- pts: Add photo-sample base test profile for providing sample photographs
- pts: Add graphics-magick test profile for GraphicsMagick 1.3 image testing
+- pts: Add graphics-magick to multicore test suite due to its use of OpenMP
- pts_Graph: Tweak formatting of basic graph attributes
- bilde_renderer: Add and implement draw_polygon and draw_ellipse to drawing API
- bilde_renderer: Add support for dynamically resizing the image drawing buffer
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>