mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-14 14:06:54 +00:00
Use IDF_TARGET to determine the build method and the output file name
This commit is contained in:
@@ -385,7 +385,7 @@ class UT(IDFApp):
|
||||
return path
|
||||
|
||||
# ``make ut-build-all-configs`` or ``make ut-build-CONFIG`` will copy binary to output folder
|
||||
path = os.path.join(self.idf_path, "tools", "unit-test-app", "output", config_name)
|
||||
path = os.path.join(self.idf_path, "tools", "unit-test-app", "output", target, config_name)
|
||||
if os.path.exists(path):
|
||||
return path
|
||||
|
||||
|
Reference in New Issue
Block a user