aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-08-06 15:16:01 +0200
committerLoïc Hoguin <[email protected]>2018-08-06 15:16:01 +0200
commit29d347bf5bed001ae8d8763e6af53950c190de40 (patch)
tree347663d67e47ced5994fbeb5ad5bdd68330a7a29 /Makefile
parent820456b71fd3ce61df9d5f32280f42cf871ea80b (diff)
downloadgun-29d347bf5bed001ae8d8763e6af53950c190de40.tar.gz
gun-29d347bf5bed001ae8d8763e6af53950c190de40.tar.bz2
gun-29d347bf5bed001ae8d8763e6af53950c190de40.zip
Rewrite the SSE suite using Cowboy
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3f11643..53c6417 100644
--- a/Makefile
+++ b/Makefile
@@ -17,8 +17,9 @@ dep_cowlib = git https://github.com/ninenines/cowlib 2.5.1
DOC_DEPS = asciideck
-TEST_DEPS = $(if $(CI_ERLANG_MK),ci.erlang.mk) ct_helper
+TEST_DEPS = $(if $(CI_ERLANG_MK),ci.erlang.mk) ct_helper cowboy
dep_ct_helper = git https://github.com/extend/ct_helper.git master
+dep_cowboy_commit = master
# CI configuration.