From d68b3de9d96dbe0fab56b78cdfeb699055446746 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sat, 31 Aug 2013 18:39:49 +0200 Subject: Use gun to test the SPDY implementation in Cowboy --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') 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. -- cgit v1.2.3