aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-02-25 15:40:58 +0100
committerLoïc Hoguin <[email protected]>2019-03-25 12:24:17 +0100
commit6d0ea34ebe7cac66e3f25a018883c104c7fc31b6 (patch)
tree171a3d02afe825b1772c8384a3c7028dca9d76a0 /Makefile
parent13db42aac8e66315edd52fd2901ac1666ebf38b6 (diff)
downloadgun-6d0ea34ebe7cac66e3f25a018883c104c7fc31b6.tar.gz
gun-6d0ea34ebe7cac66e3f25a018883c104c7fc31b6.tar.bz2
gun-6d0ea34ebe7cac66e3f25a018883c104c7fc31b6.zip
Add the gun_tls_proxy transport for TLS over TLS support
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