summaryrefslogtreecommitdiffstats
path: root/test/TARGETS.py
Commit message (Collapse)AuthorAgeFilesLines
* Skip empty cmdline args as targetsMats Wichmann2021-03-251-4/+18
| | | | | | | | | | | | Previously, quoted empty arguments like '', '""', "''" were added to targets, which had some side effects - a blank would eventually turn into a Node for the top directory, meaning Default calls were ignored since a target is specified and thus the whole tree will be built. Fixes #2986 Signed-off-by: Mats Wichmann <mats@linux.com>
* Resolving a batch of failing tests for python 2.7.William Blevins2016-01-241-14/+14
| | | | Note: please evaluate python 3.X compliance.
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-12/+12
| | | | | development. Note that this set of changes is NOT backward-compatible; the trunk no longer works with Python 1.5.2, 2.0, or 2.1.
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
|
* Allow modification of BUILD_TARGETS from with SConscript files. (Stanislav ↵Steven Knight2005-08-131-0/+31
| | | | Baranov)
* Add BUILD_TARGETS, COMMAND_LINE_TARGETS and DEFAULT_TARGETS variables.Steven Knight2003-11-071-0/+109