summaryrefslogtreecommitdiffstats
path: root/test/CPPDEFINES/append.py
Commit message (Collapse)AuthorAgeFilesLines
* Corrects handling of appending dictionaries to CPPDEFINES. Amended a test ↵Andrew Featherstone2014-07-291-38/+37
| | | | case to demonstrate the issue.
* Fix Windows test failures due to previous commit: skip pkg-config test on ↵Gary Oberbrunner2010-08-161-6/+9
| | | | Windows, and always use -D for CPPDEFPREFIX for simplicity.
* Fix CPPDEFINES problems with dicts (both Append and MergeFlags). From ↵Gary Oberbrunner2010-08-151-0/+223
Jean-Baptiste Lab. Fixes issue #2671.