From 6e33274c852f60eccbdc610b0525c3541d36aa89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 1 May 2013 18:20:56 +0200 Subject: Update Ranch to 0.8.2 and use ct_helper for testing SSL --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index dfdd851..a743a2d 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,9 @@ PLT_APPS = crypto public_key ssl # Dependencies. DEPS = ranch -dep_ranch = https://github.com/extend/ranch.git 0.8.1 +TEST_DEPS = ct_helper +dep_ranch = https://github.com/extend/ranch.git 0.8.2 +dep_ct_helper = https://github.com/extend/ct_helper.git master # Standard targets. -- cgit v1.2.3