0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

Use gun to test the SPDY implementation in Cowboy

This commit is contained in:
Loïc Hoguin 2013-08-31 18:39:49 +02:00
parent 7ff9a306d6
commit d68b3de9d9
2 changed files with 23 additions and 73 deletions

View file

@ -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.