Update README-websocket.md and justfile

This commit is contained in:
yhirose
2026-02-14 17:59:15 -05:00
parent 464867a9ce
commit b2430249d2
2 changed files with 14 additions and 5 deletions

View File

@@ -28,6 +28,15 @@ no_tls_parallel:
fuzz:
@(cd test && make fuzz_test)
proxy:
@(cd test && make proxy)
websocket_heartbeat:
@(cd test && make test_websocket_heartbeat && ./test_websocket_heartbeat)
thread_pool:
@(cd test && make test_thread_pool && ./test_thread_pool)
build:
@(cd test && make test_split)
@(cd test && make test_split_mbedtls)