summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* runtest: add additional test of os.sep usageMats Wichmann2023-05-081-0/+78
* Use pathlib in runtestMats Wichmann2023-05-0817-229/+217
* Minor cleanup ValidateOptions doc/code/testMats Wichmann2023-04-142-23/+51
* ParseConfig test fixMats Wichmann2023-03-091-1/+1
* Fix problem when MergeFlags adds to existing CPPDEFINESMats Wichmann2023-03-091-0/+31
* fix textfile test failing (only on windows) needed to switch generated file c...William Deegan2023-03-021-1/+2
* test/import works on dummy qt tool nowMats Wichmann2023-03-011-3/+3
* Update PR 4305: failing stub qt toolMats Wichmann2023-03-011-12/+15
* fix test/import.py for qt3 changesWilliam Deegan2023-02-241-3/+3
* moved the qt tool to qt3. Changed all QT envvars to be now prefixed with QT3William Deegan2023-02-2411-91/+89
* move qt -> qt3 tool, adjust testing as wellWilliam Deegan2023-02-2315-1/+1
* Merge pull request #4303 from RedwanFox/fix_textfile_encoding_issueWilliam Deegan2023-02-202-2/+4
|\
| * Updated docs to indicate FILE_ENCODING will affect Substfile() as well as Tex...William Deegan2023-02-181-1/+2
| * set default encoding of written files to UTF-8, added ability to passNickolai Korshunov2023-02-181-1/+2
* | Merge pull request #4263 from mwichmann/maint/CPPDEFINES-AppendWilliam Deegan2023-02-189-224/+966
|\ \
| * | CPPDEFINES prepend test fixMats Wichmann2023-02-151-1/+1
| * | Tweak Append/Prepend e2e testsMats Wichmann2023-02-152-11/+38
| * | Added DefaultEnvironment(tools=[]) to fixtures for CPPDEFINES. Added negative...William Deegan2023-02-102-0/+3
| * | Adjust CPPDEFINES tests to be more resilientMats Wichmann2023-02-102-20/+34
| * | Adjusted CPPDEFINES behavior for list and tupleMats Wichmann2023-02-094-213/+231
| * | Fix some CPPDEFINES handling problemsMats Wichmann2023-01-304-0/+188
| * | test/CPPDEFINES: stop using tabsMats Wichmann2023-01-304-204/+204
| * | Split out CPPDEFINES handling in Append methodsMats Wichmann2023-01-309-181/+673
| |/
* | Minor tex test fixMats Wichmann2023-02-181-2/+2
|/
* Merge remote-tracking branch 'upstream/master' into fix_configure_marking_up_...William Deegan2023-01-28168-2328/+4795
|\
| * Run latex after bibtex/biber only when necessaryLukas Schrangl2023-01-232-6/+27
| * Merge branch 'master' into maint/gfortran-fiddleWilliam Deegan2023-01-231-1/+1
| |\
| | * Add Python 3.12 supportMats Wichmann2023-01-221-1/+1
| * | gfortran - remove some debug prints [skip appveyor]Mats Wichmann2023-01-221-6/+0
| * | Tweak gfortran tool to respect tool settingMats Wichmann2023-01-183-108/+96
| |/
| * Merge pull request #4289 from mwichmann/java-emitted-cachedirWilliam Deegan2023-01-171-0/+77
| |\
| | * Remove unneeded code in new Java testMats Wichmann2023-01-131-2/+2
| | * Fix problem where Java inner classes cannot cacheMats Wichmann2023-01-131-0/+77
| * | feat: adds JAVAPROCESSORPATH construction variable; updates JavaScanner to sc...djh2023-01-131-0/+95
| |/
| * Force OBJSUFFIX for TEMPFILE test to be .o so it match expected on all platformsWilliam Deegan2022-12-311-0/+1
| * Simplify test for commpilation db + TEMPFILE interactionWilliam Deegan2022-12-312-60/+13
| * Update copyright header text, format filesWilliam Deegan2022-12-313-6/+10
| * Merge branch 'fix_4275_comp_db_with_TEMPFILE' of github.com:bdbaddog/scons in...William Deegan2022-12-312-0/+141
| |\
| | * Added specific test for Compilation Database to reproduce issue #4275 with Te...TZe2022-12-122-0/+141
| * | Fixed using --diskcheck=none from command line. It was always broken. SetOpti...William Deegan2022-12-191-5/+12
| |/
| * Fix broken testsWilliam Deegan2022-12-043-4/+5
| * Added --experimental=tm_v2 which switches to use Andrew Morrow's new Parallel...William Deegan2022-12-041-2/+1
| * Merge branch 'master' of github.com:SCons/scons into add_logging_to_new_paral...William Deegan2022-12-0338-98/+170
| |\
| | * Remove an extra check in one ninja testMats Wichmann2022-11-171-4/+2
| | * A few more e2e test speedupsMats Wichmann2022-11-166-5/+17
| | * Speed up a few tests for CIMats Wichmann2022-11-1530-82/+141
| | * Move execution environment sanitation from Action._suproc to SCons.Util.sanit...William Deegan2022-11-021-0/+6
| | * Merge pull request #4251 from bdbaddog/taskmaster_trace_to_python_loggingWilliam Deegan2022-10-262-13/+7
| | |\
| | | * Fixed taskmaster trace tests. Previously there was an extra line at the end o...William Deegan2022-10-262-13/+7
| * | | Added TestCommon.must_match_file() function. Updated test for --taskmastertr...William Deegan2022-12-035-172/+267
| |/ /