From 7d46f9b9a709d353f7a0cc5c3847fa3b91bef16b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 3 Oct 2016 22:58:45 +0200 Subject: Update Erlang.mk Includes some small maintenance tweaks to Makefile etc. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 25a56ac..45d4970 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,8 @@ PROJECT_VERSION = 1.3.0 #ERLC_OPTS += +bin_opt_info OTP_DEPS = crypto DIALYZER_OPTS = -Werror_handling -Wunmatched_returns -CI_OTP = OTP-18.0.3 + +CI_OTP ?= OTP-19.1.1 OTP-19.0.7 OTP-18.3.4.4 OTP-18.2.4.1 OTP-18.1.5 OTP-18.0.3 TEST_ERLC_OPTS += +'{parse_transform, eunit_autoexport}' +'{parse_transform, horse_autoexport}' TEST_DEPS = horse triq -- cgit v1.2.3