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 6cb2aaab65
commit fe38dab405
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)