diff options
author | Loïc Hoguin <[email protected]> | 2013-05-01 18:20:56 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2013-05-01 18:30:00 +0200 |
commit | 6e33274c852f60eccbdc610b0525c3541d36aa89 (patch) | |
tree | e871a8d9e1cf71dae4405055dda37e4c1019c895 /Makefile | |
parent | ed2efbc4a10ef27d6ab42e7bb9db37ac3f47b3c3 (diff) | |
download | cowboy-6e33274c852f60eccbdc610b0525c3541d36aa89.tar.gz cowboy-6e33274c852f60eccbdc610b0525c3541d36aa89.tar.bz2 cowboy-6e33274c852f60eccbdc610b0525c3541d36aa89.zip |
Update Ranch to 0.8.2 and use ct_helper for testing SSL
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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. |