summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Updating licensing.Steven Knight2001-10-0367-2/+1474
* Add the Command() method.Steven Knight2001-10-021-5/+4
* Handle build errors.Steven Knight2001-10-022-0/+85
* Pass in the signature Calculator to the Taskmaster.Steven Knight2001-10-011-0/+44
* Add support for multi-command Builders and Actions.Steven Knight2001-09-291-0/+41
* Don't use Program() on some tests that don't need it.Steven Knight2001-09-292-93/+73
* Make match_exact the default match function for TestSCons.Steven Knight2001-09-296-9/+14
* Add a test for unknown options (both short and long).Steven Knight2001-09-291-0/+20
* Add support for the ENV construction variable.Steven Knight2001-09-281-0/+58
* Add support for SCONSFLAGS.Steven Knight2001-09-261-0/+41
* Enhance Builders to take any type of node as input.Steven Knight2001-09-241-16/+19
* Have SCons report when something is up-to-date.Steven Knight2001-09-211-0/+2
* rebuild in response to changed .c fileSteven Knight2001-09-212-5/+24
* Error message if no SConstruct file.Steven Knight2001-09-212-3/+17
* Add additional tests to provide more examples.Steven Knight2001-09-2119-33/+894
* Add dummy C code to use argc and argv in tests.Steven Knight2001-09-203-0/+7
* test/errors.py fails when not run under Aegis.Steven Knight2001-09-201-2/+2
* Install scons, not scons.pySteven Knight2001-09-201-2/+2
* Add support for Default() targets.Steven Knight2001-09-201-0/+67
* Add automatic substitution on filename lines.Steven Knight2001-09-1747-47/+47
* Run setup.py on the unpacked .tar.gz for testing.Steven Knight2001-09-171-1/+1
* Add more information error reporting from tests.Steven Knight2001-09-1644-361/+172
* Add a TestSCons module for common initialization of SCons tests.Steven Knight2001-09-1547-294/+192
* Add a test for -- terminating option processing.Steven Knight2001-09-141-0/+39
* Fix Python 2.1 warningSteven Knight2001-09-131-1/+1
* Fixes for -f end cases.Steven Knight2001-09-122-1/+20
* Add a test for local Help() functionality.Steven Knight2001-09-111-0/+22
* Add -I support.Steven Knight2001-09-111-7/+26
* Test the long -f options (--file, --makefile, --sconstruct).Steven Knight2001-09-111-0/+18
* Add -n and -s support.Steven Knight2001-09-112-27/+90
* Add -C support.Steven Knight2001-09-101-7/+41
* Look for SConstruct, Sconstruct, and sconstruct files.Steven Knight2001-09-101-0/+40
* Fill in the -v option.Steven Knight2001-09-101-4/+8
* Add command-line processing for all options (with tests).Steven Knight2001-09-0937-0/+934
* Generalize the hard-coded line numbers in test/errors.py.Steven Knight2001-09-091-3/+3
* Make the build portable to Windows NT.Anthony Roach2001-09-011-4/+9
* Add framework to execute code on exit from scons.Anthony Roach2001-08-231-0/+53
* Implement error framework.Steven Knight2001-08-181-0/+54
* Clean up tests.Steven Knight2001-08-146-44/+78
* add the -j argumentSteven Knight2001-07-292-0/+140
* Initial revisionstartSteven Knight2001-07-063-0/+62