summaryrefslogtreecommitdiffstats
path: root/SCons/SConfTests.py
diff options
context:
space:
mode:
authorDaniel Moody <dmoody256@gmail.com>2022-05-26 03:24:01 (GMT)
committerDaniel Moody <dmoody256@gmail.com>2022-05-26 03:24:10 (GMT)
commitb2b7a3c12b894a2561ba91fd55896d56c063d402 (patch)
tree6f6ea733251caca50138482e81653197cc455d75 /SCons/SConfTests.py
parent5054f7045344e1f9dd4a2154f2191a3459a9ae98 (diff)
downloadSCons-b2b7a3c12b894a2561ba91fd55896d56c063d402.zip
SCons-b2b7a3c12b894a2561ba91fd55896d56c063d402.tar.gz
SCons-b2b7a3c12b894a2561ba91fd55896d56c063d402.tar.bz2
Fix for #2757, non conftest nodes involved in configure checks now get node info cleared after check.
Diffstat (limited to 'SCons/SConfTests.py')
-rw-r--r--SCons/SConfTests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/SCons/SConfTests.py b/SCons/SConfTests.py
index a06b227..477226e 100644
--- a/SCons/SConfTests.py
+++ b/SCons/SConfTests.py
@@ -214,6 +214,8 @@ class SConfTestCase(unittest.TestCase):
pass
def get_stored_info(self):
pass
+ def is_conftest(self):
+ return True
def get_executor(self):
class Executor:
def __init__(self, targets):