summaryrefslogtreecommitdiffstats
path: root/test/CPPDEFINES/append.py
Commit message (Collapse)AuthorAgeFilesLines
* Make __str__ and __repr__ sameGaurav Juvekar2017-04-071-8/+6
|
* py2/3 fixes for CPPDEFINES/append.py test caseGaurav Juvekar2017-04-071-2/+18
|
* Remove spurious space causing test fail.Russel Winder2016-01-101-1/+1
|
* Some more print statements to functions.Russel Winder2016-01-011-26/+26
|
* 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.