aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1609bbf..1be1885 100644
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@ endef
include erlang.mk
-# Don't run the examples test suite by default.
+# Don't run the examples/autobahn test suites by default.
ifndef FULL
CT_SUITES := $(filter-out examples ws_autobahn,$(CT_SUITES))