aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjuhlig <[email protected]>2020-02-24 11:01:51 +0100
committerLoïc Hoguin <[email protected]>2020-02-24 11:53:35 +0100
commit9cc188373fa37c22cf53e85fd43dbab524c32f55 (patch)
tree2bf099d2eb118d2bc54f37eb81db92346a1ddbcd /Makefile
parentf5a8b9ba7eb8bc6afa2a4e6394ce702c891a71ed (diff)
downloadranch-9cc188373fa37c22cf53e85fd43dbab524c32f55.tar.gz
ranch-9cc188373fa37c22cf53e85fd43dbab524c32f55.tar.bz2
ranch-9cc188373fa37c22cf53e85fd43dbab524c32f55.zip
Replace havoc with stampede
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 01f49cb..a0b6561 100644
--- a/Makefile
+++ b/Makefile
@@ -16,9 +16,9 @@ LOCAL_DEPS = ssl
DOC_DEPS = asciideck
-TEST_DEPS = $(if $(CI_ERLANG_MK),ci.erlang.mk) ct_helper havoc
+TEST_DEPS = $(if $(CI_ERLANG_MK),ci.erlang.mk) ct_helper stampede
dep_ct_helper = git https://github.com/ninenines/ct_helper master
-dep_havoc = git https://github.com/ankhers/havoc master
+dep_stampede = git https://github.com/juhlig/stampede 0.5.0
# CI configuration.
@@ -37,7 +37,7 @@ include erlang.mk
# Don't run the havoc test suite by default.
ifndef FULL
-CT_SUITES := $(filter-out havoc,$(CT_SUITES))
+CT_SUITES := $(filter-out stampede,$(CT_SUITES))
endif
# Compile options.