summaryrefslogtreecommitdiffstats
path: root/test/Removed/BuildDir
Commit message (Collapse)AuthorAgeFilesLines
* Set Tasks class as abstractMats Wichmann2020-05-251-1/+1
| | | | | | | | | | needs_execut method set as an abstract method, meaning you can't instantiate Task itself, and derived classes must implement the methid. The former warning framework for this (deprecated) is disabled, and some unit tests that were not implementing needs_execute were fixed - by deriving from the AlwaysTask class. Signed-off-by: Mats Wichmann <mats@linux.com>
* [PR #3506] fix remnamt docstring and speed upMats Wichmann2019-12-205-4/+6
| | | | | | | | | | left a pasted traceback in the SourceCode.py test, got rid of. applied "standard" speedup of dropping tools in DefaultEnvironmment and Environment, speeds up windows a lot (individual Removed tests running in 1 sec instead of 15) Signed-off-by: Mats Wichmann <mats@linux.com>
* [PR #3497] skip test for build_dir kwargMats Wichmann2019-12-161-0/+3
| | | | | | | | Turns out cannot test for now-unknown build_dir arg because SConscript() doesn't error on such. Skip test for now, leaving a note (and and issue). Signed-off-by: Mats Wichmann <mats@linux.com>
* [PR #3497] add missed sconstest.skipMats Wichmann2019-12-151-0/+0
| | | | Signed-off-by: Mats Wichmann <mats@linux.com>
* [PR #3497] add the missing testcasesMats Wichmann2019-12-152-0/+115
| | | | | | forgot to add these to the initial commit Signed-off-by: Mats Wichmann <mats@linux.com>
* Remove deprecated BuildDir, build_dirMats Wichmann2019-12-156-0/+597
Updates docs and code; moves tests to test/Removed/BuildDir/Old. New tests verify that these can no longer be used. Along the way a small cleanup in SConscript.py Signed-off-by: Mats Wichmann <mats@linux.com>