summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Rebuild in response to a changed build command.Steven Knight2001-11-022-1/+123
|
* Make the (s) and variables upper-case.Steven Knight2001-10-3116-31/+31
|
* Handle SConscript files in subdirectories.Steven Knight2001-10-294-20/+14
|
* Fix a number of small problems in tests.Steven Knight2001-10-286-9/+28
|
* Fix a signature calculation bug.Steven Knight2001-10-261-2/+70
|
* Make up-to-date messages get printed out in the correct order Mark IISteven Knight2001-10-261-1/+1
|
* Support building (sub)directories.Steven Knight2001-10-255-20/+80
|
* Add -k support and moreSteven Knight2001-10-243-10/+12
|
* Composite Builder and related changes from Charles Crain.Steven Knight2001-10-181-10/+14
|
* Portability fixes for tests on Windows Nt.Steven Knight2001-10-1717-88/+130
|
* Add LINKFLAGS support.Steven Knight2001-10-122-4/+80
|
* Add tests and support for and .Steven Knight2001-10-122-9/+47
|
* Implement special variable substitution.Steven Knight2001-10-1115-30/+30
|
* Add the Library() method.Steven Knight2001-10-112-6/+11
|
* Add -i (ignore errors) supportSteven Knight2001-10-101-10/+15
|
* Add support for -c (clean targets).Steven Knight2001-10-091-10/+10
|
* 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
|