cppcheck/cppcheck.cppcheck
Kimmo Varis a961c7e9fb 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.
2011-08-12 14:35:04 +03:00

21 lines
478 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project version="1">
<root name="."/>
<includedir>
<dir name="lib/"/>
<dir name="cli/"/>
<dir name="externals/"/>
<dir name="gui/temp/"/>
</includedir>
<paths>
<dir name="lib/"/>
<dir name="cli/"/>
<dir name="gui/"/>
<dir name="test/"/>
</paths>
<ignore>
<path name="gui/temp/"/>
<path name="test/test.cxx"/>
</ignore>
</project>