aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a0b6561..785f24e 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,11 @@ TEST_DEPS = $(if $(CI_ERLANG_MK),ci.erlang.mk) ct_helper stampede
dep_ct_helper = git https://github.com/ninenines/ct_helper master
dep_stampede = git https://github.com/juhlig/stampede 0.5.0
+# Concuerror tests.
+
+# CONCUERROR_OPTS = -v 7 -k
+CONCUERROR_TESTS = ranch_concuerror:start_stop ranch_concuerror:info
+
# CI configuration.
dep_ci.erlang.mk = git https://github.com/ninenines/ci.erlang.mk master