1
0
mirror of https://github.com/danog/parallel.git synced 2025-01-22 14:01:14 +01:00

Add test suite for just threading tests

This commit is contained in:
coderstephen 2015-08-03 00:31:01 -05:00
parent db5469a9cf
commit bf6c46b2d0

View File

@ -16,12 +16,23 @@
<testsuite name="Icicle Concurrent">
<directory>tests</directory>
</testsuite>
<testsuite name="Threading">
<directory>tests</directory>
<groups>
<include>
<group>threading</group>
</include>
</groups>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">src</directory>
</whitelist>
</filter>
<logging>
<log type="coverage-html" target="build/coverage" title="Icicle" highlight="true"/>
</logging>