mirror of
https://github.com/danog/parallel.git
synced 2025-01-22 05:51:14 +01:00
Add test suite for just threading tests
This commit is contained in:
parent
db5469a9cf
commit
bf6c46b2d0
@ -16,13 +16,24 @@
|
||||
<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>
|
||||
</phpunit>
|
||||
</phpunit>
|
||||
|
Loading…
x
Reference in New Issue
Block a user