summaryrefslogtreecommitdiffstats
path: root/Tests/IncludeDirectories/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Enable coverage of special chars in include dirs for MakefilesBrad King2020-04-151-0/+3
| | | | Issue: #20555
* Tests: Add coverage for special characters in include directoriesBrad King2020-04-101-0/+11
| | | | | | | | | We have tests for special characters in preprocessor definitions and custom command line arguments. Add such a test for include directories. Currently the Makefiles generators do not escape paths in `depend.make` in all cases, so leave a FIXME comment and skip the test for those. Issue: #20555
* Fix for bug#10798. VS10 did not append -I flags with COMPILE_FLAGS prop.Bill Hoffman2011-06-021-0/+9
This fix adds a test for this case for all generators.