# test_init.py Import("env") test_env_name = env["PIOENV"] # Injecte manuellement les chemins d'inclusion nécessaires (Unity et votre config) env.Append( CPPPATH=[ "test", ".pio/libdeps/" + test_env_name + "/Unity/src" ] )