From 39828681c7dae5c96e8d6ccf6411802a9b1fb470 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 8 Jun 2020 15:46:42 +0200 Subject: Add two Concuerror tests The tests are starting and stopping a Ranch listener, and starting a Ranch listener then immediately call ranch:info/1. --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3