diff options
author | Mats Wichmann <mats@linux.com> | 2019-10-20 16:13:32 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2019-10-20 16:13:32 (GMT) |
commit | 9c4e6c7a303047e4b26e58af749508f7e254ae89 (patch) | |
tree | 3e5f4082c151528b444f2fb1a754bc6d99858496 /test/sconsign | |
parent | 8ec5aba156f070c89609ed8c99e7b3cc4973efa2 (diff) | |
download | SCons-9c4e6c7a303047e4b26e58af749508f7e254ae89.zip SCons-9c4e6c7a303047e4b26e58af749508f7e254ae89.tar.gz SCons-9c4e6c7a303047e4b26e58af749508f7e254ae89.tar.bz2 |
Remove deprecated {Source,Target}Signatures
These two have been deprecated since 2010 (about SCons 2.0), commit
935e6985. Methods are removed, setoption for setting them removed, doc is
removed, tests are migrated to test/Removed/*/Old with a sconstest.skip
file so they don't run, and two new tests are added to confirm that
using the functions and setoptions generate exceptions.
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'test/sconsign')
-rw-r--r-- | test/sconsign/script/Signatures.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/sconsign/script/Signatures.py b/test/sconsign/script/Signatures.py index 24ffaf7..34737d5 100644 --- a/test/sconsign/script/Signatures.py +++ b/test/sconsign/script/Signatures.py @@ -28,9 +28,6 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" Verify that the sconsign script works when using a .sconsign file in each subdirectory (SConsignFile(None)) written with the non-default value of Decider('timestamp-newer'). - -This used to test the non-default combination of -SourceSignatures('timestamp') with TargetSignatures('content'). """ import TestSCons |