aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-11-22 14:23:14 +0100
committerLoïc Hoguin <[email protected]>2019-11-23 16:29:46 +0100
commita8b793db3d6ffe91d62f81baf41b1dab4cd78fb6 (patch)
tree8b1edc00bd04a7e5f260f076c8eb60ad3b9dbb72 /Makefile
parent485d58dfa91b91d98135dc95e5615f421715dae5 (diff)
downloadcowlib-a8b793db3d6ffe91d62f81baf41b1dab4cd78fb6.tar.gz
cowlib-a8b793db3d6ffe91d62f81baf41b1dab4cd78fb6.tar.bz2
cowlib-a8b793db3d6ffe91d62f81baf41b1dab4cd78fb6.zip
Add cow_http_struct_hd
Implements draft-ietf-httpbis-header-structure-14.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index efcc622..76d02ec 100644
--- a/Makefile
+++ b/Makefile
@@ -20,8 +20,11 @@ LOCAL_DEPS = crypto
DOC_DEPS = asciideck
-TEST_DEPS = $(if $(CI_ERLANG_MK),ci.erlang.mk) horse proper
+TEST_DEPS = $(if $(CI_ERLANG_MK),ci.erlang.mk) base32 horse proper jsx structured-header-tests
+dep_base32 = git https://github.com/dnsimple/base32_erlang master
dep_horse = git https://github.com/ninenines/horse.git master
+dep_jsx = git https://github.com/talentdeficit/jsx v2.10.0
+dep_structured-header-tests = git https://github.com/httpwg/structured-header-tests master
# CI configuration.