Improve unit tests QOL

This commit is contained in:
Willy-JL
2024-05-31 06:37:06 +01:00
parent 7c929338a2
commit a1afcc5beb
4 changed files with 90 additions and 4 deletions

View File

@@ -95,6 +95,9 @@ else:
)
env.AppendUnique(CPPDEFINES=["FW_CFG_${FIRMWARE_APP_SET}"])
if env.subst("$FIRMWARE_APP_SET").startswith("unit_tests"):
env.Replace(SKIP_EXTERNAL=True)
env.ConfigureForTarget(env.subst("${TARGET_HW}"))
Export("env")