codeblocks project file changed to use make target testrunner, instead of test
This commit is contained in:
parent
4d0e3dac45
commit
3b638289f4
|
@ -16,7 +16,7 @@
|
|||
<Add option="-g" />
|
||||
</Compiler>
|
||||
</Target>
|
||||
<Target title="test">
|
||||
<Target title="testrunner">
|
||||
<Option output="testrunner" prefix_auto="1" extension_auto="1" />
|
||||
<Option object_output="/home/nobackup/cppcheck/.objs" />
|
||||
<Option type="1" />
|
||||
|
|
Loading…
Reference in New Issue