aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-10-08 16:05:04 +0200
committerLoïc Hoguin <[email protected]>2018-10-08 16:05:04 +0200
commit1d6d695934278e7b8c6e1cbfaf56c0b735765a9a (patch)
treef0047f64968e9836e688b092a0aada40c1f9251f /Makefile
parent6b974d4a50bbf6b811d74c15c845f511bd1cf1a6 (diff)
downloadranch-1d6d695934278e7b8c6e1cbfaf56c0b735765a9a.tar.gz
ranch-1d6d695934278e7b8c6e1cbfaf56c0b735765a9a.tar.bz2
ranch-1d6d695934278e7b8c6e1cbfaf56c0b735765a9a.zip
Add initial ranch_proxy_header implementation
Using test cases from the spec and tomciopp/proxy_protocol. Many more tests are needed, especially for the TLV part and for the error conditions.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6b9e030..d788420 100644
--- a/Makefile
+++ b/Makefile
@@ -33,6 +33,10 @@ AUTO_CI_WINDOWS ?= OTP-18+
include erlang.mk
+# Compile options.
+
+TEST_ERLC_OPTS += +'{parse_transform, eunit_autoexport}'
+
# Dialyze the tests.
DIALYZER_OPTS += --src -r test