codeblocks: Added project file 'testrunner.cbp'
This commit is contained in:
parent
adad786d75
commit
43dcf6efd6
|
@ -0,0 +1,63 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_project_file>
|
||||
<FileVersion major="1" minor="6" />
|
||||
<Project>
|
||||
<Option title="testrunner" />
|
||||
<Option pch_mode="2" />
|
||||
<Option compiler="gcc" />
|
||||
<Build>
|
||||
<Target title="Debug">
|
||||
<Option output="./testrunner" prefix_auto="1" extension_auto="1" />
|
||||
<Option object_output="./" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Compiler>
|
||||
<Add option="-g" />
|
||||
</Compiler>
|
||||
</Target>
|
||||
</Build>
|
||||
<Compiler>
|
||||
<Add option="-Wall" />
|
||||
</Compiler>
|
||||
<Unit filename="CheckBufferOverrun.cpp" />
|
||||
<Unit filename="CheckBufferOverrun.h" />
|
||||
<Unit filename="CheckClass.cpp" />
|
||||
<Unit filename="CheckClass.h" />
|
||||
<Unit filename="CheckHeaders.cpp" />
|
||||
<Unit filename="CheckHeaders.h" />
|
||||
<Unit filename="CheckMemoryLeak.cpp" />
|
||||
<Unit filename="CheckMemoryLeak.h" />
|
||||
<Unit filename="CheckOther.cpp" />
|
||||
<Unit filename="CheckOther.h" />
|
||||
<Unit filename="CommonCheck.cpp" />
|
||||
<Unit filename="CommonCheck.h" />
|
||||
<Unit filename="FileLister.cpp" />
|
||||
<Unit filename="FileLister.h" />
|
||||
<Unit filename="cppcheck.cpp" />
|
||||
<Unit filename="cppcheck.h" />
|
||||
<Unit filename="preprocessor.cpp" />
|
||||
<Unit filename="preprocessor.h" />
|
||||
<Unit filename="settings.cpp" />
|
||||
<Unit filename="settings.h" />
|
||||
<Unit filename="testbufferoverrun.cpp" />
|
||||
<Unit filename="testcharvar.cpp" />
|
||||
<Unit filename="testconstructors.cpp" />
|
||||
<Unit filename="testdivision.cpp" />
|
||||
<Unit filename="testincompletestatement.cpp" />
|
||||
<Unit filename="testmemleak.cpp" />
|
||||
<Unit filename="testpreprocessor.cpp" />
|
||||
<Unit filename="testrunner.cpp" />
|
||||
<Unit filename="testsimplifytokens.cpp" />
|
||||
<Unit filename="testsuite.cpp" />
|
||||
<Unit filename="testsuite.h" />
|
||||
<Unit filename="testtokenize.cpp" />
|
||||
<Unit filename="testunusedprivfunc.cpp" />
|
||||
<Unit filename="testunusedvar.cpp" />
|
||||
<Unit filename="tokenize.cpp" />
|
||||
<Unit filename="tokenize.h" />
|
||||
<Extensions>
|
||||
<code_completion />
|
||||
<debugger />
|
||||
</Extensions>
|
||||
</Project>
|
||||
</CodeBlocks_project_file>
|
Loading…
Reference in New Issue