better unittest runner / can run through lldb and produce a junit XML artifact

This commit is contained in:
Benjamin Sergeant
2019-03-29 15:54:05 -07:00
parent 2e9c610ac9
commit 1bacbe38f4
2 changed files with 439 additions and 71 deletions

View File

@ -48,7 +48,7 @@ test_server:
# env TEST=Websocket_chat make test
# env TEST=heartbeat make test
test:
python test/run.py
(cd test ; python2.7 run.py)
ws_test: all
(cd ws ; bash test_ws.sh)