add core command to test specific implementation

This commit is contained in:
Tim Cuthbertson 2013-08-14 08:50:48 +10:00
parent 1e03b4772f
commit cf33b250a6
1 changed files with 3 additions and 0 deletions

View File

@ -146,6 +146,9 @@ nosetests --no-color
<command name="run">
<runner interface="http://gfxmonk.net/dist/0install/nosetests-runner.xml"/>
</command>
<command name="core">
<runner interface="http://gfxmonk.net/dist/0install/nosetests-runner.xml" command="core"/>
</command>
<command name="test">
<runner interface="http://gfxmonk.net/dist/0install/nosetests-runner.xml"/>
<arg>--plugin-opt=-v</arg>