aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-12-18 21:13:04 +0100
committerLoïc Hoguin <[email protected]>2019-12-18 21:13:04 +0100
commit34291d5bb42c03d92522dfa18d38aa0d22bcb8ec (patch)
treeb92165de0f6afb89f596d93fa9ad95d8f87231ff /Makefile
parent8aa74cb77a672b5b0ba528df77e8b9d0e53ee8a7 (diff)
downloadcowlib-34291d5bb42c03d92522dfa18d38aa0d22bcb8ec.tar.gz
cowlib-34291d5bb42c03d92522dfa18d38aa0d22bcb8ec.tar.bz2
cowlib-34291d5bb42c03d92522dfa18d38aa0d22bcb8ec.zip
Add cow_uri_templates
Implements RFC6570 level 4.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 76d02ec..ce8c2cc 100644
--- a/Makefile
+++ b/Makefile
@@ -20,11 +20,13 @@ LOCAL_DEPS = crypto
DOC_DEPS = asciideck
-TEST_DEPS = $(if $(CI_ERLANG_MK),ci.erlang.mk) base32 horse proper jsx structured-header-tests
+TEST_DEPS = $(if $(CI_ERLANG_MK),ci.erlang.mk) base32 horse proper jsx \
+ structured-header-tests uritemplate-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
+dep_uritemplate-tests = git https://github.com/uri-templates/uritemplate-test master
# CI configuration.