diff options
author | Mats Wichmann <mats@linux.com> | 2020-05-23 18:07:39 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2020-05-25 15:19:42 (GMT) |
commit | df7422a008be9236cf7ded05d99704a6b7ce7459 (patch) | |
tree | 61b375e5ad65b80a8c93053fed592b25fdbca41d /test/Removed/BuildDir | |
parent | 47b761fa3f9e24419db48393ca9d6064f7b5d21c (diff) | |
download | SCons-df7422a008be9236cf7ded05d99704a6b7ce7459.zip SCons-df7422a008be9236cf7ded05d99704a6b7ce7459.tar.gz SCons-df7422a008be9236cf7ded05d99704a6b7ce7459.tar.bz2 |
Set Tasks class as abstract
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>
Diffstat (limited to 'test/Removed/BuildDir')
-rw-r--r-- | test/Removed/BuildDir/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Removed/BuildDir/README.md b/test/Removed/BuildDir/README.md index c4fd879..131e67b 100644 --- a/test/Removed/BuildDir/README.md +++ b/test/Removed/BuildDir/README.md @@ -1,6 +1,6 @@ BuildDir/Old contains old tests which used the now removed BuildDir function, env.BuildDir method, and build_dir argument to SConscript, -preserved here for reference; the presence of an scontest.skip file +preserved here for reference; the presence of an sconstest.skip file means they are never executed. The "new" tests verify failure using these symbols. |