linux fix + unittest works with Linux

This commit is contained in:
Benjamin Sergeant
2019-01-01 17:13:26 -08:00
parent 06177afd6a
commit 973a3f03c3
4 changed files with 34 additions and 4 deletions

View File

@ -21,6 +21,6 @@ build:
test_server:
(cd test && npm i ws && node broadcast-server.js)
test:
(cd test && cmake . && make && ./ixwebsocket_unittest)
(cd test && sh run.sh)
.PHONY: test