summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2018-08-13 21:13:42 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2018-08-13 21:13:42 (GMT)
commitceb52d82b137d5fc6c9c2bab773f0d6e3a8b515b (patch)
tree1aeb783d80c626c3680fc0cb8c39e99386c21ed3 /SConstruct
parent5d21b1cac7605f4df43ddc6db30011e6d1006859 (diff)
downloadSCons-ceb52d82b137d5fc6c9c2bab773f0d6e3a8b515b.zip
SCons-ceb52d82b137d5fc6c9c2bab773f0d6e3a8b515b.tar.gz
SCons-ceb52d82b137d5fc6c9c2bab773f0d6e3a8b515b.tar.bz2
Fix wrong path to testing frameworks SConscript (was breaking bootstrap builds)
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index fc94abd..f644d6d 100644
--- a/SConstruct
+++ b/SConstruct
@@ -825,7 +825,7 @@ for p in [ scons ]:
#
Export('build_dir', 'env')
-SConscript('testing/SConscript')
+SConscript('testing/framework/SConscript')
#
#