summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Updated error message per sugguestion by mwichmannWilliam Deegan2020-02-161-1/+1
* Fix Issue #2904 - add useful error message when more than one Configure() con...William Deegan2020-02-162-0/+62
* [ci skip] fix typoWilliam Deegan2020-02-141-1/+1
* Merge pull request #3554 from mwichmann/test-no-whereis-pyWilliam Deegan2020-02-149-49/+36
|\
| * [PR #3554] restore wrapper.py for former stateMats Wichmann2020-02-131-2/+2
| * [PR #3554] trim unused bits from swig testsMats Wichmann2020-02-133-14/+1
| * test cleanups: use harness pythonMats Wichmann2020-02-129-47/+47
* | Resolve sider complaintWilliam Deegan2020-02-111-2/+0
* | Add tests for issue 3550William Deegan2020-02-116-29/+88
* | Move testfile.py to testfile/ and have it use file_fixture() for SConstructsWilliam Deegan2020-02-113-48/+51
|/
* Merge branch 'master' into update_release_info_2020William Deegan2020-02-1127-89/+103
|\
| * Fix a couple of testsMats Wichmann2020-02-082-5/+4
| * Stop calling os.system in tests.Mats Wichmann2020-02-0727-85/+100
* | fixed tests and some code to be testableWilliam Deegan2020-02-101-91/+93
|/
* Merge pull request #3538 from mwichmann/express2017William Deegan2020-02-051-11/+28
|\
| * [PR #3538] MSVC UWP test was never updated for 14.2Mats Wichmann2020-02-021-11/+28
* | Remove unused fixture SConsctruct.2William Deegan2020-02-051-45/+0
* | Merge branch 'issue-3469' of github.com:bdbaddog/scons into issue-3469William Deegan2020-01-3064-71/+179
|\ \
| * \ Merge branch 'master' into issue-3469William Deegan2020-01-3064-71/+179
| |\ \ | | |/
| | * Restore test syntax after earlier change dropped it.Mats Wichmann2020-01-281-1/+1
| | * Merge pull request #3479 from grossag/topic/grossag/valuenameWilliam Deegan2020-01-163-0/+84
| | |\
| | | * Add name parameter as requested in PRAdam Gross2020-01-151-3/+5
| | | * Update and improve testsAdam Gross2020-01-105-22/+37
| | | * Merge branch 'master' into topic/grossag/valuenameAdam Gross2020-01-1093-221/+594
| | | |\
| | | * | Add a functional testAdam Gross2019-12-023-0/+67
| | * | | Merge pull request #3465 from grossag/topic/grossag/pythonscannerWilliam Deegan2020-01-1331-0/+12
| | |\ \ \
| | | * \ \ Merge branch 'master' into topic/grossag/pythonscannerAdam Gross2020-01-109-96/+125
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | * | | Merge branch 'master' into topic/grossag/pythonscannerWilliam Deegan2019-12-2964-94/+207
| | | |\ \ \
| | | * \ \ \ Merge branch 'master' into topic/grossag/pythonscannerAdam Gross2019-12-1730-38/+269
| | | |\ \ \ \
| | | * \ \ \ \ Merge branch 'master' into topic/grossag/pythonscannerWilliam Deegan2019-12-0113-34/+54
| | | |\ \ \ \ \ | | | | | |_|_|/ | | | | |/| | |
| | | * | | | | Add sconstest.skip files and improve test-framework.rst docs in that areaAdam Gross2019-10-257-0/+0
| | | * | | | | Convert PythonTests to use directory fixtureAdam Gross2019-10-2424-0/+12
| | * | | | | | Merge pull request #3522 from mwichmann/man-cvdups-and-dirWilliam Deegan2020-01-112-9/+23
| | |\ \ \ \ \ \
| | | * | | | | | Clean up some manpage duplication, File, DirMats Wichmann2020-01-102-9/+23
| | | | |_|_|_|/ | | | |/| | | |
| | * | | | | | Align way TeX and related tool names reported by testsMats Wichmann2020-01-1127-61/+59
| | |/ / / / /
* | | | | | | Fix tests broken by Configure temp file naming changesWilliam Deegan2020-01-303-33/+33
|/ / / / / /
* | | | | | New test. Fixes Issue #3469William Deegan2020-01-301-0/+94
* | | | | | Updated to expected configure context temporary and generated files to match ...William Deegan2020-01-304-6/+7
* | | | | | updates to make tests pass on windowsWilliam Deegan2020-01-221-26/+43
* | | | | | Updated TestSCons and test/Configure/option--config.py to work with new confi...William Deegan2020-01-221-42/+83
* | | | | | possible second test for issueWilliam Deegan2020-01-211-0/+44
* | | | | | Add base files for new testWilliam Deegan2020-01-213-0/+25
|/ / / / /
* | | | | [ci skip] typo in error message in testWilliam Deegan2020-01-021-2/+2
* | | | | Fix use-dbm test to work with sconsign files using dbm but where the underlyi...William Deegan2020-01-011-7/+10
* | | | | [PR #3511] extra -C test was not needed, dropMats Wichmann2019-12-291-15/+8
* | | | | Clarify behavior of -C option plus speedupsMats Wichmann2019-12-298-88/+121
| |_|_|/ |/| | |
* | | | Merge pull request #3510 from bdbaddog/travis_updates_12_2019William Deegan2019-12-291-1/+3
|\ \ \ \
| * | | | set tools=[] for test/SConsignFile/use-dbm.pyWilliam Deegan2019-12-281-1/+3
* | | | | [travis skip] restore to non-debug settings.William Deegan2019-12-271-5/+1
* | | | | Speed up some tests by setting (Default)Environment(tools=[])William Deegan2019-12-275-7/+15