From 1d6d695934278e7b8c6e1cbfaf56c0b735765a9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 8 Oct 2018 16:05:04 +0200 Subject: 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. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3