mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 12:35:28 +00:00
asio: examples renamed to have consistent binary names when build in make and CMake
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# project subdirectory.
|
||||
#
|
||||
|
||||
PROJECT_NAME := https-request
|
||||
PROJECT_NAME := https_request
|
||||
|
||||
include $(IDF_PATH)/make/project.mk
|
||||
|
||||
|
@@ -24,7 +24,7 @@ def test_examples_protocol_https_request(env, extra_data):
|
||||
"""
|
||||
dut1 = env.get_dut("https_request", "examples/protocols/https_request")
|
||||
# check and log bin size
|
||||
binary_file = os.path.join(dut1.app.binary_path, "https-request.bin")
|
||||
binary_file = os.path.join(dut1.app.binary_path, "https_request.bin")
|
||||
bin_size = os.path.getsize(binary_file)
|
||||
IDF.log_performance("https_request_bin_size", "{}KB".format(bin_size//1024))
|
||||
IDF.check_performance("https_request_bin_size", bin_size//1024)
|
||||
|
Reference in New Issue
Block a user