summaryrefslogtreecommitdiffstats
path: root/test/multi.py
Commit message (Expand)AuthorAgeFilesLines
* Get rid of indentation tabs in the test scripts and have runtest.py invoke th...Steven Knight2005-10-141-4/+7
* Win32 portability fixes.Steven Knight2005-01-031-2/+4
* Apply build overrides once up front. (Kevin Quick)Steven Knight2004-12-151-11/+52
* Restore tests to current status after "updating" to old change.Steven Knight2004-10-271-1/+1
* Better test handling of File lines in stack traces. (Chad Austin)Steven Knight2004-10-271-1/+1
* Refactor Action/Executor interaction. (Kevin Quick)Steven Knight2004-10-241-26/+19
* Better error message when a target is built multiple ways. (Kevin Quick)Steven Knight2004-09-131-1/+1
* Fix how get_name() returns Builder names from subclass instanes. (Kevin Quick)Steven Knight2004-08-311-1/+1
* Return lists of Nodes from all builders, not single Nodes when there's only one.Steven Knight2004-08-051-7/+7
* Relax the duplicate-environment restriction for targets so that it's okay if ...Steven Knight2003-12-081-54/+193
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-201-1/+1
* Update Copyright years.Steven Knight2003-01-161-1/+1
* Make error and warning message consistent. (Anthony Roach)Steven Knight2002-12-141-7/+7
* Support overriding construction variables in builder call. (Anthony Roach)Steven Knight2002-09-271-1/+1
* Changes from Charles Crain.Steven Knight2002-06-051-22/+25
* Windows portability.Steven Knight2002-05-091-20/+20
* Raise an error if a builder is called multiple times for a given target, unle...Steven Knight2002-05-061-0/+236