summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Applied Benoit Belley's patch in ticket 1957 improve the robustness ofGary Oberbrunner2008-10-2914-40/+193
* Issue 1568: fix a stack trace when --debug=include tries to handleSteven Knight2008-10-171-4/+20
* Fix use of VariantDir when the -n option is used and doesn't,Steven Knight2008-10-151-0/+67
* Support the -f option allowing specification of a different top-levelSteven Knight2008-10-153-0/+215
* Collect the scripts for the three "climb up" options (-D, -U and -u)Steven Knight2008-10-159-142/+345
* Test and document the ability to specify multiple -f files.Steven Knight2008-10-141-0/+9
* Don't use "as" as a variable name--reserved in Python 2.6.Steven Knight2008-10-121-3/+1
* Fix intended tuple syntax (for Python 2.2 and before).Steven Knight2008-10-121-1/+1
* Python 2.6 made "as" a keyword, so test the importability of theSteven Knight2008-10-111-1/+1
* Testing on a Mac turned up a problem that did not show up on linux.Robert Managan2008-10-088-16/+42
* Update test scripts with more information must_*() methods.Steven Knight2008-10-084-44/+40
* test/TEX/PDF_single_source.pyRobert Managan2008-10-073-3/+268
* Fix label placement in gnuplot graphs by the "scons-time.py func"Steven Knight2008-10-071-2/+2
* Remove left-over debug print.Steven Knight2008-10-071-2/+0
* Add ability to use "$SOURCE" when specifying a target to a builder; fixes #2219.Gary Oberbrunner2008-10-011-0/+46
* Fix test to work with all versions of PythonGreg Noel2008-09-291-20/+21
* Issue 1646: Block-wise signature computation for large filesLudwig Hähne2008-09-281-0/+121
* Fix __COPYRIGHT__ and __revision__ lines.Steven Knight2008-09-251-2/+2
* Python 1.5 portability in test/Execute.py.Steven Knight2008-09-241-1/+11
* Split the MSVS variant_dir sub-tests into separate test scripts.Steven Knight2008-09-248-264/+418
* Split the sub-tests for cleaning MSVS project and solution filesSteven Knight2008-09-248-250/+423
* Move the MSVS 6.0 test data into QMTest/TestSConsMSVS.py, too.Steven Knight2008-09-241-158/+3
* Move Visal Studio test data into QMTest/TestSConsMSVS.py.Steven Knight2008-09-243-371/+9
* Refactor Visual Studio testing logic into a separate TestSConsMSVSSteven Knight2008-09-2310-23/+23
* Fix for Windows that doesn't break other systems: delete theSteven Knight2008-09-223-3/+3
* Windows portability (path names in expected output).Steven Knight2008-09-221-2/+7
* Windows portability: different error message for the nonexistent file.Steven Knight2008-09-201-1/+9
* Windows test fix: enhance the TestSCons class so an explicitSteven Knight2008-09-203-6/+6
* Fix broken swig tests when python being used to run tests is incompatible wit...William Deegan2008-09-205-0/+5
* Windows portability: escape strings with file path names, whichSteven Knight2008-09-201-2/+2
* Make the test/MSVC/{msvc,hierarchical}.py tests work even ifSteven Knight2008-09-192-4/+4
* Windows portability in the expected output.Steven Knight2008-09-191-4/+4
* Hefty update to the tex tool.Robert Managan2008-09-184-5/+214
* Issue 2106: Don't match a directory that matches the name of aSteven Knight2008-09-141-0/+92
* Issue 1693: make the subdirectory in which the .sconsign file willSteven Knight2008-09-144-112/+226
* Revert the previous change, I overlooked some regression test failures.Steven Knight2008-09-134-226/+112
* Issue 1693: Make the directory in which the .sconsign file will live,Steven Knight2008-09-134-112/+226
* Issue 2121: fix handling #includes of files in VariantDir subdirectories,Steven Knight2008-09-131-0/+76
* Issue 1681: Fix the ability of add_src_builder() to handle arbitrarySteven Knight2008-09-111-0/+65
* Add the ability of the Tex builder to change the name of the createdRobert Managan2008-09-101-0/+78
* Fix bugs in regression testsGreg Noel2008-09-102-1/+7
* Issue 1307: Invalidate node caches after Execute()Ludwig Hähne2008-09-081-0/+108
* Accommodate earlier change in the order of arguments on a WindowsSteven Knight2008-09-081-1/+1
* A test case for my last commit.Robert Managan2008-09-081-0/+82
* Add a test for revision 3340, escaping variable names when usingSteven Knight2008-09-061-0/+2
* Added a strfunction to the various tex builders. Since the sub-actions reportRobert Managan2008-09-049-31/+125
* Fix for bug #2184, Glob() corrupts LIBPATH.Gary Oberbrunner2008-09-031-0/+87
* Issue 2168: Mac OS X fixes for SWIG tests. (Greg Noel)Steven Knight2008-08-267-16/+40
* Issue 2099: have Execute() print an error message if an actionSteven Knight2008-08-261-13/+24
* call subst on the line passed to Environment.WhereIsJim Randall2008-08-221-1/+7