summaryrefslogtreecommitdiffstats
path: root/test/Configure
Commit message (Expand)AuthorAgeFilesLines
* Add note to docstring that this is a live test per mwichmannWilliam Deegan2025-02-151-0/+2
* SimplifyWilliam Deegan2025-02-151-2/+0
* Simplify use of dir_fixtureWilliam Deegan2025-02-151-1/+1
* Simplify use of dir_fixtureWilliam Deegan2025-02-151-2/+0
* Simplify use of dir_fixture and some test logic. Added DefaultEnvironment(too...William Deegan2025-02-152-11/+4
* Per request, "fixture-ize" CheckLibWithHeader_extra_libs testMats Wichmann2025-02-1310-120/+125
* Windows-ify the new CheckLibWithHeader testMats Wichmann2025-02-091-15/+67
* Fix CheckLibWithHeader test - undo mistakeMats Wichmann2025-02-081-2/+0
* Minor fixes to CheckLibWithHeader testMats Wichmann2025-02-081-8/+43
* Also enable extra_libs for CheckLibMats Wichmann2025-02-071-3/+3
* :white_check_mark: Add testRuben Di Battista2025-01-261-0/+94
* Some minor test tweakingMats Wichmann2024-07-061-2/+2
* Enforce `.editorconfig` eol settingsThaddeus Crews2024-05-3016-1419/+1419
* minimize tool initialization in testsWilliam Deegan2024-05-2820-1289/+1297
* Setting tools=[], etc to speed up testsWilliam Deegan2024-05-282-145/+145
* Fix 4320: add an optional argument list string to the configure CheckFunc met...Joseph Brill2023-11-241-1/+1
* Updates to PR 4374 from mwichmann to correct config file hash changesWilliam Deegan2023-07-151-14/+22
* Add a copyright header to test filesMats Wichmann2023-05-219-16/+41
* Merge remote-tracking branch 'upstream/master' into fix_configure_marking_up_...William Deegan2023-01-291-1/+5
|\
| * Small cleanup in BoolVariable [skip appveyor]Mats Wichmann2022-10-221-1/+5
* | Add comments to code and DefaultEnvironment() with no tools loaded for testWilliam Deegan2023-01-281-0/+1
* | make sure config=force doesn't cause rebuildDaniel Moody2022-05-261-6/+10
* | small optimizationsDaniel Moody2022-05-261-6/+6
* | update test to test real source with no depsDaniel Moody2022-05-263-3/+15
* | update conftest_source_file test to make sure subsequent builds don't rebuildDaniel Moody2022-05-261-0/+4
* | Fix for #2757, non conftest nodes involved in configure checks now get node i...Daniel Moody2022-05-265-0/+64
|/
* Separated just the CheckMember() checker from yuzhicang's PR #4100, changed c...William Deegan2022-03-211-2/+14
* Two more f-strings got away.Jacob Cassagnol2021-11-101-2/+2
* One f-string got away!Jacob Cassagnol2021-11-091-1/+1
* Fixing slider issues identified:Jacob Cassagnol2021-11-091-1/+1
* Tests pass in python 3.6 and 3.9 in LinuxJacob Cassagnol2021-11-094-5/+44
* fixed minor issues related to is_conftest for PRDaniel Moody2021-07-212-6/+5
* fixed sider complaintDaniel Moody2021-07-201-1/+1
* make sure multi target and intermediate SConf files are mark is_conftestDaniel Moody2021-07-203-0/+72
* Run autoflake on codeMats Wichmann2020-09-212-2/+0
* Remove verbose_set calls from testsMats Wichmann2020-03-183-3/+0
* rm-py2: Remove "from __future__" from more placesMats Wichmann2020-02-204-17/+8
* 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
* Remove unused fixture SConsctruct.2William Deegan2020-02-051-45/+0
* 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
* syntax fixups suggested by PyCharmMats Wichmann2019-12-231-1/+1
* test whether CheckFunc properly detects memmoveJacek Kuczera2019-10-061-11/+16
* Use "in" in preference to string find methodMats Wichmann2019-08-301-1/+1
* Remove reference to DeciderNeedsNode from test. Logic still needed to test GH...William Deegan2019-07-241-2/+0