summaryrefslogtreecommitdiffstats
path: root/test/SConsignFile/explicit-dbm-module.py
Commit message (Collapse)AuthorAgeFilesLines
* Normalized all sconsfiles and sub-sconsfiles to use algorithm if not ↵Jacob Cassagnol2021-11-101-6/+9
| | | | | | | | | defaulted to md5. Dir search now excludes all types of sconsfiles that are now created. Environment now defaults to the current scons filename instead of .sconsfile Sconsign now has a function used by a lot of code that gets the default sconsign filename Any tests referring to .sconsfile have now been changed, including one old legacy test.
* [PR #3836] quiet sider complaints on explicit-dbm-module.pyMats Wichmann2020-12-051-3/+0
| | | | Signed-off-by: Mats Wichmann <mats@linux.com>
* [PR #3836] while we're at it, update SConsignFile testsMats Wichmann2020-12-051-1/+2
| | | | | | | Formatting, copyright header, make sure to null out tools to speed up Windeows. Signed-off-by: Mats Wichmann <mats@linux.com>
* [PR #3836] add example of SConsign(dbm_modue=...) (skip appveyor)Mats Wichmann2020-12-041-0/+87
It wasn't clear that you need to pass the module name to SConsignFile, the expectation might be to pass a string, so clarified and an example added to show it. Some of the wording was simplified a bit. Added a testcase of explicity passing dbm_module=SCons.dblite, as this should work. Signed-off-by: Mats Wichmann <mats@linux.com>