[tor-commits] [flashproxy/master] Run facilitator and proxy tests from "make test".

dcf at torproject.org dcf at torproject.org
Sat Sep 29 23:24:36 UTC 2012


commit e863d6e58da4b2222925468314aa1fdcb8daca24
Author: David Fifield <david at bamsoftware.com>
Date:   Fri Sep 28 19:47:44 2012 -0700

    Run facilitator and proxy tests from "make test".
---
 Makefile |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index 55c5859..9339534 100644
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,8 @@ clean:
 
 test:
 	./flashproxy-client-test
+	cd facilitator && ./facilitator-test
+	cd proxy && ./flashproxy-test.js
 
 DISTNAME = flashproxy-client-$(VERSION)
 DISTDIR = dist/$(DISTNAME)





More information about the tor-commits mailing list