summaryrefslogtreecommitdiff
path: root/test/subdivide.py
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2019-10-20 10:13:32 -0600
committerMats Wichmann <mats@linux.com>2019-10-20 10:13:32 -0600
commit9c4e6c7a303047e4b26e58af749508f7e254ae89 (patch)
tree3e5f4082c151528b444f2fb1a754bc6d99858496 /test/subdivide.py
parent8ec5aba156f070c89609ed8c99e7b3cc4973efa2 (diff)
downloadscons-git-9c4e6c7a303047e4b26e58af749508f7e254ae89.tar.gz
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/subdivide.py')
-rw-r--r--test/subdivide.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/subdivide.py b/test/subdivide.py
index a4a128e83..9461d4bea 100644
--- a/test/subdivide.py
+++ b/test/subdivide.py
@@ -29,9 +29,8 @@ Verify that rebuilds do not occur when SConsignFile(None) is used to
put a .sconsign file in each directory and we subdvide the dependency
tree with subsidiary *SConstruct* files in various subdirectories.
-This depends on using content signatures for evaluation of intermediate
-Nodes. We used to configure this explicitly using
-TargetSignatures('content'), but we now rely on the default behavior
+This depends on using content signatures for evaluation of
+intermediate Nodes. This relies on the default behavior
being the equivalent of Decider('content').
"""