aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
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}'