make test target does not try to install anything into /usr/local

This commit is contained in:
Benjamin Sergeant 2019-09-12 11:45:31 -07:00
parent e2121d809e
commit 1c08cedd8a

View File

@ -57,8 +57,8 @@ test_server:
# env TEST=Websocket_server make test
# env TEST=Websocket_chat make test
# env TEST=heartbeat make test
test: brew
# (cd test ; ../build/test/ixwebsocket_unittest)
test:
mkdir -p build && (cd build ; cmake -DCMAKE_BUILD_TYPE=Debug -DUSE_TLS=1 -DUSE_WS=1 -DUSE_TEST=1 .. ; make -j)
(cd test ; python2.7 run.py -r)
ws_test: ws