[tor-commits] [flashproxy/master] separate child tests and link in future websocket-transport tests
infinity0 at torproject.org
infinity0 at torproject.org
Thu Nov 21 13:18:46 UTC 2013
commit 55986435a04d7b547ebfe430915b69445211c588
Author: Ximin Luo <infinity0 at 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
More information about the tor-commits
mailing list