mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 13:07:56 +00:00
13 lines
207 B
Makefile
13 lines
207 B
Makefile
|
|
.PHONY: run-queen run-client test
|
|
|
|
run-queen:
|
|
cd queen-basedir && PYTHONPATH=.. twistd -noy ../queen.tac
|
|
|
|
run-client:
|
|
cd client-basedir && PYTHONPATH=.. twistd -noy ../client.tac
|
|
|
|
test:
|
|
trial allmydata
|
|
|