aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-06-08 15:46:42 +0200
committerLoïc Hoguin <[email protected]>2020-06-18 15:06:51 +0200
commit39828681c7dae5c96e8d6ccf6411802a9b1fb470 (patch)
treec2dacd1dbbffc6207933f4523534e5eb261cb523 /Makefile
parent9d16b30eefa47b6e8a477238319d9223f4438c40 (diff)
downloadranch-39828681c7dae5c96e8d6ccf6411802a9b1fb470.tar.gz
ranch-39828681c7dae5c96e8d6ccf6411802a9b1fb470.tar.bz2
ranch-39828681c7dae5c96e8d6ccf6411802a9b1fb470.zip
Add two Concuerror tests
The tests are starting and stopping a Ranch listener, and starting a Ranch listener then immediately call ranch:info/1.
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