websocket: Add websocket unit tests

* Original commit: espressif/esp-idf@cd01a0ca81
This commit is contained in:
yuanjm
2021-01-21 19:45:00 +08:00
committed by gabsuren
parent 86aa0b8d39
commit 9219ff710a
3 changed files with 64 additions and 0 deletions

View File

@ -0,0 +1,4 @@
#
#Component Makefile
#
COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive