aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-08-31 18:39:49 +0200
committerLoïc Hoguin <[email protected]>2013-08-31 18:39:49 +0200
commitd68b3de9d96dbe0fab56b78cdfeb699055446746 (patch)
tree5d50a73849c97039c8031bf790917cb9e50baa47 /Makefile
parent7ff9a306d6e110af3bf39755321adf0cc0d56c46 (diff)
downloadcowboy-d68b3de9d96dbe0fab56b78cdfeb699055446746.tar.gz
cowboy-d68b3de9d96dbe0fab56b78cdfeb699055446746.tar.bz2
cowboy-d68b3de9d96dbe0fab56b78cdfeb699055446746.zip
Use gun to test the SPDY implementation in Cowboy
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 202b343..99c5421 100644
--- a/Makefile
+++ b/Makefile
@@ -11,9 +11,10 @@ PLT_APPS = crypto public_key ssl
# Dependencies.
DEPS = ranch
-TEST_DEPS = ct_helper
-dep_ranch = https://github.com/extend/ranch.git 0.8.5
+TEST_DEPS = ct_helper gun
+dep_ranch = pkg://ranch 0.8.5
dep_ct_helper = https://github.com/extend/ct_helper.git master
+dep_gun = pkg://gun master
# Standard targets.