diff options
author | Loïc Hoguin <[email protected]> | 2016-10-14 11:58:22 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2016-10-14 11:58:22 +0200 |
commit | 1d2c73a139e3a173bee6d3a8cf02424e174fc189 (patch) | |
tree | 959c69c6512837c40890ce63980be4899023eb64 /Makefile | |
parent | 5398fe20d458181559835683fa294029efd0b73f (diff) | |
download | cowlib-1d2c73a139e3a173bee6d3a8cf02424e174fc189.tar.gz cowlib-1d2c73a139e3a173bee6d3a8cf02424e174fc189.tar.bz2 cowlib-1d2c73a139e3a173bee6d3a8cf02424e174fc189.zip |
Erlang/OTP 19.1.4
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ endif LOCAL_DEPS = crypto DIALYZER_OPTS = -Werror_handling -Wunmatched_returns -CI_OTP ?= OTP-18.0.3 OTP-18.1.5 OTP-18.2.4.1 OTP-18.3.4.4 OTP-19.0.7 OTP-19.1.3 +CI_OTP ?= OTP-18.0.3 OTP-18.1.5 OTP-18.2.4.1 OTP-18.3.4.4 OTP-19.0.7 OTP-19.1.4 TEST_ERLC_OPTS += +'{parse_transform, eunit_autoexport}' +'{parse_transform, horse_autoexport}' TEST_DEPS = horse triq |