
commit 55986435a04d7b547ebfe430915b69445211c588 Author: Ximin Luo <infinity0@gmx.com> Date: Wed Sep 11 17:51:24 2013 +0100 separate child tests and link in future websocket-transport tests --- Makefile | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 86176d5..bf504af 100644 --- a/Makefile +++ b/Makefile @@ -58,9 +58,14 @@ clean: rm -f *.pyc rm -rf dist $(PY2EXE_TMPDIR) +clean-all: clean + rm -f doc/*.1 + test: ./flashproxy-client-test - cd facilitator && ./facilitator-test - cd proxy && ./flashproxy-test.js -.PHONY: all install dist sign dist-exe clean test +test-full: test + cd facilitator && make test + cd proxy && make test + +.PHONY: all install dist sign dist-exe clean clean-all test test-full