server unittest for validating client request / new timeout cancellation handling (need refactoring)

This commit is contained in:
Benjamin Sergeant
2019-01-02 16:08:32 -08:00
parent 3e064ec63e
commit cb904416c3
10 changed files with 280 additions and 44 deletions

View File

@ -20,6 +20,8 @@ build:
# a builtin C++ server started in the unittest now
test_server:
(cd test && npm i ws && node broadcast-server.js)
# env TEST=Websocket_server make test
test:
(cd test && sh run.sh)