summaryrefslogtreecommitdiffstats
path: root/etc/TestSCons.py
Commit message (Expand)AuthorAgeFilesLines
* Use pickle for .sconsign. (Anthony Roach)Steven Knight2002-12-111-2/+2
* win32 test portability fixes (Anthony Roach)Steven Knight2002-10-041-0/+14
* Add output to tell people when we're reading SConscript files versus when we'...Steven Knight2002-09-301-17/+28
* Add a separate options argument for running SCons via the test infrastructure.Steven Knight2002-07-161-3/+9
* Improve the scons.bat script. (Alex Jacques)Steven Knight2002-04-301-6/+10
* Exit status portability on Windows NT.Steven Knight2002-02-171-7/+29
* WIN32 portability in tests.Steven Knight2002-02-101-1/+1
* Make scons return an error code (Anthony Roach)Steven Knight2002-02-041-2/+6
* Allow libraries to specified as source files on the command line.Steven Knight2002-01-311-0/+2
* Update Copyright lines for the new year.Steven Knight2002-01-291-1/+1
* Make match_exact the default match function for TestSCons.Steven Knight2001-09-291-0/+3
* Have SCons report when something is up-to-date.Steven Knight2001-09-211-0/+9
* Error message if no SConstruct file.Steven Knight2001-09-211-2/+2
* Install scons, not scons.pySteven Knight2001-09-201-2/+7
* Still better error reporting in TestSCons.py.Steven Knight2001-09-191-1/+5
* Add automatic substitution on filename lines.Steven Knight2001-09-171-1/+1
* Run setup.py on the unpacked .tar.gz for testing.Steven Knight2001-09-171-0/+5
* Add more information error reporting from tests.Steven Knight2001-09-161-358/+72
* Add a TestSCons module for common initialization of SCons tests.Steven Knight2001-09-151-0/+384