mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-29 10:17:30 +02:00
websocket: Add websocket unit tests
* Original commit: espressif/esp-idf@cd01a0ca81
This commit is contained in:
4
components/esp_websocket_client/test/component.mk
Normal file
4
components/esp_websocket_client/test/component.mk
Normal file
@ -0,0 +1,4 @@
|
||||
#
|
||||
#Component Makefile
|
||||
#
|
||||
COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive
|
Reference in New Issue
Block a user