From 9db1144447a620db15eae576077551b56cdccd72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 12 Jul 2017 13:05:21 +0200 Subject: Disable testing of ErlLLVM --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7443d62..6d2f40b 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ DIALYZER_OPTS = -Werror_handling -Wunmatched_returns CI_OTP ?= OTP-19.0.7 OTP-19.1.6 OTP-19.2.3 OTP-19.3.6.1 OTP-20.0.1 CI_HIPE ?= $(lastword $(CI_OTP)) -CI_ERLLVM ?= $(CI_HIPE) +# CI_ERLLVM ?= $(CI_HIPE) TEST_ERLC_OPTS += +'{parse_transform, eunit_autoexport}' +'{parse_transform, horse_autoexport}' TEST_DEPS = horse proper -- cgit v1.2.3