
29 Sep
2012
29 Sep
'12
11:24 p.m.
commit e863d6e58da4b2222925468314aa1fdcb8daca24 Author: David Fifield <david@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)