GUI: Exclude test file from project file.
The 'test/test.cxx' is a test file that contains some errors for testing purposes. Exclude it from the GUI-project file used to check Cppcheck sources so people don't report errors from it.
This commit is contained in:
parent
b7f963f701
commit
a961c7e9fb
|
@ -15,5 +15,6 @@
|
|||
</paths>
|
||||
<ignore>
|
||||
<path name="gui/temp/"/>
|
||||
<path name="test/test.cxx"/>
|
||||
</ignore>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue