summaryrefslogtreecommitdiffstats
path: root/test/TEMPFILE
Commit message (Collapse)AuthorAgeFilesLines
* Make sure TEMPFILEPREFIX can be set to empty stringMats Wichmann2021-07-152-41/+78
| | | | | | | | | | | | | | Use the same logic as for TEMPFILESUFFIX: if TEMPFILEPREFIX is set in the env, use it (after subst), only if not set use the default. Added a test for TEMPFILEPREFIX=''. Reformatted the tests and made license header changes. TEMPFILESUFFIX.py had no functional change. Fixes #3964 Signed-off-by: Mats Wichmann <mats@linux.com>
* Merge branch 'autoflake' of https://github.com/mwichmann/scons into ↵William Deegan2020-09-212-4/+0
| | | | mwichmann-autoflake
* correct copyright statement per mwichmann's feedbackWilliam Deegan2020-09-211-0/+2
|
* Fix unit test, and logic which was slightly offWilliam Deegan2020-09-211-1/+0
|
* Fix issue a different way than PR 3553 or 3140. Store cmdlist in dict ↵William Deegan2020-09-212-0/+91
| | | | target.attributes.tempfile_cmdlist[self.cmd] where self.cmd is the string in ${TEMPFILE('MY STRING')}
* clean up test so it doesn't load any unnecessary toolsWilliam Deegan2020-09-201-1/+3
|
* move TEMPFILE tests to their own dir, and create fixture dir and put ↵William Deegan2020-09-204-0/+276
TEMPFILE-actionlist's SConsctruct in fixture dir