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,2 @@
idf_component_register(SRC_DIRS "."
PRIV_REQUIRES cmock test_utils esp_websocket_client)