mirror of
https://github.com/espressif/esp-mqtt.git
synced 2025-11-02 16:12:16 +01:00
mqtt tests: adding weekend test for mqtt library to exercise publishing/receiving different data and references esp-mqtt commits to pass these tests
testing conditions: transports (tcp, ssl, ws..) qos (0, 1, 2) short repeated messages (packed packets) oversized messages (fragmented packets) publish from a different thread Closes https://github.com/espressif/esp-idf/issues/2870 by means of including commit815623dfe5from esp-mqtt Closes https://github.com/espressif/esp-idf/issues/2975 by means of including commit752953dc3bfrom esp-mqtt Closes https://github.com/espressif/esp-idf/issues/2850 by means of including commitsdf455d2a5f17fd713bcefrom esp-mqtt
This commit is contained in:
committed by
Rocha Euripedes
parent
79e16da5c4
commit
202acd4d6d
9
examples/protocols/mqtt/publish_test/CMakeLists.txt
Normal file
9
examples/protocols/mqtt/publish_test/CMakeLists.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
# The following four lines of boilerplate have to be in your project's CMakeLists
|
||||
# in this exact order for cmake to work correctly
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
|
||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||
|
||||
project(mqtt_publish)
|
||||
|
||||
target_add_binary_data(mqtt_publish.elf "main/iot_eclipse_org.pem" TEXT)
|
||||
Reference in New Issue
Block a user