aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7ad9ebe..b5b85b2 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,7 @@ PROJECT_VERSION = 1.3.0
# Options.
+# ERLC_OPTS = -DDEBUG_PROXY=1
CT_OPTS += -ct_hooks gun_ct_hook [] # -boot start_sasl
# Dependencies.
@@ -35,6 +36,10 @@ AUTO_CI_WINDOWS ?= OTP-20+
include erlang.mk
+# Enable eunit.
+
+TEST_ERLC_OPTS += +'{parse_transform, eunit_autoexport}'
+
# Generate rebar.config on build.
app:: rebar.config