Minor improvements

This commit is contained in:
Ivan Kravets
2017-07-03 13:35:39 +03:00
parent 68ccabda56
commit 8741f37831
5 changed files with 29 additions and 12 deletions
+1 -4
View File
@@ -285,10 +285,7 @@ def ProcessTest(env):
join("$BUILD_DIR", "UnityTestLib"), get_core_package_dir("tool-unity"))
env.Prepend(LIBS=[unitylib])
src_filter = [
"+<*.cpp>",
"+<*.c>"
]
src_filter = ["+<*.cpp>", "+<*.c>"]
if "PIOTEST" in env:
src_filter.append("+<%s%s>" % (env['PIOTEST'], sep))