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