Isolate build environment for "BuildSources" nodes

This commit is contained in:
Ivan Kravets
2018-06-10 01:27:50 +03:00
parent 00c0eaed8a
commit 786d505ecb
2 changed files with 16 additions and 19 deletions
-3
View File
@@ -306,9 +306,6 @@ def ProcessTest(env):
src_filter.append("+<%s%s>" % (env['PIOTEST'], sep))
env.Replace(PIOTEST_SRC_FILTER=src_filter)
return env.CollectBuildFiles("$BUILDTEST_DIR", "$PROJECTTEST_DIR",
"$PIOTEST_SRC_FILTER")
def GetExtraScripts(env, scope):
items = []