aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-05-30 20:21:01 +0200
committerLoïc Hoguin <[email protected]>2013-05-30 20:21:01 +0200
commit9a2d35c2e800ee73c27b6d6cc324453c5219f715 (patch)
treefbfae2445e5aae27f67214c857f8a370cb8c3c52 /Makefile
parentc7f0834dc379053023a98a04d9fc294bc196dfa3 (diff)
downloadcowboy-9a2d35c2e800ee73c27b6d6cc324453c5219f715.tar.gz
cowboy-9a2d35c2e800ee73c27b6d6cc324453c5219f715.tar.bz2
cowboy-9a2d35c2e800ee73c27b6d6cc324453c5219f715.zip
Add experimental and incomplete SPDY support
The SPDY connection processes are also supervisors. Missing: * sendfile support * request body reading support
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1f591a3..9810deb 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ PROJECT = cowboy
# Options.
COMPILE_FIRST = cowboy_middleware cowboy_sub_protocol
-CT_SUITES = eunit http ws
+CT_SUITES = eunit http spdy ws
PLT_APPS = crypto public_key ssl
# Dependencies.