summaryrefslogtreecommitdiff
path: root/test/HeaderGen.py
Commit message (Collapse)AuthorAgeFilesLines
* get rid of rb/wbWilliam Deegan2017-03-121-3/+3
|
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
|
* Merged revisions 1667-1674 via svnmerge fromSteven Knight2006-11-041-1/+1
| | | | | | | | | | | | | | | | | | http://scons.tigris.org/svn/scons/branches/core ........ r1672 | stevenknight | 2006-11-03 23:11:52 -0600 (Fri, 03 Nov 2006) | 1 line 0.96.D480 - Don't use UNIX logic to detect an executable qmtest.py on Windows. ........ r1673 | stevenknight | 2006-11-03 23:18:59 -0600 (Fri, 03 Nov 2006) | 1 line 0.96.D481 - Remove the print statement from the previous checkin. ........ r1674 | stevenknight | 2006-11-03 23:25:43 -0600 (Fri, 03 Nov 2006) | 1 line 0.96.D482 - Create a env.Clone() method and encourage its use in favor of env.Copy(). ........
* Win32 portability: add an explicit match argument to TestCommon.py, use it ↵Steven Knight2004-07-151-2/+3
| | | | to only use match_re_dotall when we're using TestSCons.noisy_ar.
* Fix tests on systems where 'ar' prints warnings about creating archives. ↵Steven Knight2004-07-131-3/+30
| | | | (Kevin Quick)
* Fix dependency scans of generated files. (John Johnson)Steven Knight2003-09-161-0/+57