From 88088251732e36f72e3edf806a5561b569e62c19 Mon Sep 17 00:00:00 2001 From: Magnus Klaar Date: Sat, 24 Dec 2011 00:58:03 +0100 Subject: Add Autobahn test suite for websockets We're using the existing test suite for websocket servers from the Autobahn project to verify that out websockets implementation is sane. A CT test suite and python module wrapping the test suite has been added. The test suite is run when the 'make inttests' target is executed. --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e5524f4..8d601e7 100644 --- a/Makefile +++ b/Makefile @@ -18,11 +18,16 @@ clean: tests: clean app eunit ct +inttests: clean app eunit intct + eunit: @$(REBAR) eunit skip_deps=true ct: - @$(REBAR) ct skip_deps=true + @$(REBAR) ct skip_deps=true suites=http,ws + +intct: + @$(REBAR) ct skip_deps=true suites=http,ws,autobahn build-plt: @$(DIALYZER) --build_plt --output_plt .cowboy_dialyzer.plt \ -- cgit v1.2.3