Add BuildDir(), Export(), and Install() functionality (courtesy Charles Crain).
[scons.git] / test / errors.py
2001-12-15 stevenknightAdd BuildDir(), Export(), and Install() functionality...
2001-11-27 stevenknightMove most of the code from the scons script into a...
2001-10-29 stevenknightHandle SConscript files in subdirectories.
2001-10-03 stevenknightUpdating licensing.
2001-09-29 stevenknightMake match_exact the default match function for TestSCons.
2001-09-21 stevenknightError message if no SConstruct file.
2001-09-20 stevenknighttest/errors.py fails when not run under Aegis.
2001-09-20 stevenknightInstall scons, not scons.py
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-09-13 stevenknightFix Python 2.1 warning
2001-09-12 stevenknightFixes for -f end cases.
2001-09-09 stevenknightGeneralize the hard-coded line numbers in test/errors.py.
2001-09-01 anthonyroachMake the build portable to Windows NT.
2001-08-18 stevenknightImplement error framework.