Eliminate unnecessary WIN32/Win32/win32 references in tests, too.
[scons.git] / test / SConscript.py
2004-11-11 stevenknightHandle moved SCons source tree. (Kevin Quick)
2004-09-29 stevenknightFix use of a list of SConscript files when calling...
2004-05-25 stevenknightMake env.SConscript() expand dirs names.
2003-10-21 stevenknightFix various SConf bugs. (Christoph Wiedemann)
2003-09-15 stevenknightTurn more global functions into Environment methods...
2003-07-31 stevenknightDon't Split() SConscript file name strings on white...
2003-06-18 stevenknightChange the double quotes around an up-to-date target...
2003-06-13 stevenknightFix Import('*')
2003-04-20 stevenknightMake Export() work for local variables. (Anthony Roach)
2003-01-20 stevenknightPut the Copyright years in by script, not by hand.
2003-01-16 stevenknightUpdate Copyright years.
2002-09-30 stevenknightAdd output to tell people when we're reading SConscript...
2002-08-31 stevenknightProvide a message if there are no command-line targets...
2002-06-05 stevenknightChanges from Charles Crain.
2002-04-29 stevenknightAdd 'dirs' and 'names' keyword arguments to SConscript...
2002-04-16 stevenknightFix importing of modules from the SConscript directory...
2002-02-10 stevenknightAllow the exported variables in an SConscript() call...
2002-01-29 stevenknightUpdate Copyright lines for the new year.
2002-01-15 stevenknightAdd Action() and Scanner() the list of global variables.
2001-12-29 stevenknightAdd duplicate (defaults to true) option to BuildDir()
2001-12-20 stevenknightFix Export(), add Import() and Return()
2001-10-29 stevenknightHandle SConscript files in subdirectories.
2001-10-03 stevenknightUpdating licensing.
2001-09-17 stevenknightAdd automatic substitution on filename lines.
2001-09-16 stevenknightAdd more information error reporting from tests.
2001-09-15 stevenknightAdd a TestSCons module for common initialization of...
2001-08-14 stevenknightClean up tests.