Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Enable coverage of special chars in include dirs for Makefiles | Brad King | 2020-04-15 | 1 | -0/+3 |
| | | | | Issue: #20555 | ||||
* | Tests: Add coverage for special characters in include directories | Brad King | 2020-04-10 | 1 | -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 Hoffman | 2011-06-02 | 1 | -0/+9 |
This fix adds a test for this case for all generators. |