6 lines
131 B
Makefile
6 lines
131 B
Makefile
test_server:
|
|
PYTHONPATH="../../../../autobahn" python server.py
|
|
|
|
test_client:
|
|
PYTHONPATH="../../../../autobahn" python client.py
|