From 3e62d24573c91c04eb9af5d7ba47f2c16d1948de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 8 May 2019 13:59:30 +0200 Subject: Don't run the autobahn test suite by default --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b5b85b2..8410fde 100644 --- a/Makefile +++ b/Makefile @@ -36,6 +36,12 @@ AUTO_CI_WINDOWS ?= OTP-20+ include erlang.mk +# Don't run the autobahn test suite by default. + +ifndef FULL +CT_SUITES := $(filter-out ws_autobahn,$(CT_SUITES)) +endif + # Enable eunit. TEST_ERLC_OPTS += +'{parse_transform, eunit_autoexport}' -- cgit v1.2.3