make test target does not try to install anything into /usr/local
This commit is contained in:
parent
e2121d809e
commit
1c08cedd8a
4
makefile
4
makefile
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user