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:
Kimmo Varis 2011-08-12 14:35:04 +03:00
parent b7f963f701
commit a961c7e9fb
1 changed files with 1 additions and 0 deletions

View File

@ -15,5 +15,6 @@
</paths>
<ignore>
<path name="gui/temp/"/>
<path name="test/test.cxx"/>
</ignore>
</project>