diff options
author | Loïc Hoguin <[email protected]> | 2016-10-18 11:21:11 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2016-10-18 11:21:11 +0200 |
commit | 7e8ff1bf56b6ea816ea9516b9f88b6b01f3d3d1a (patch) | |
tree | 9f3e7f3b79bfaf895c123f3d687b2f507d462151 | |
parent | 1d2c73a139e3a173bee6d3a8cf02424e174fc189 (diff) | |
download | cowlib-7e8ff1bf56b6ea816ea9516b9f88b6b01f3d3d1a.tar.gz cowlib-7e8ff1bf56b6ea816ea9516b9f88b6b01f3d3d1a.tar.bz2 cowlib-7e8ff1bf56b6ea816ea9516b9f88b6b01f3d3d1a.zip |
Erlang/OTP 19.1.5
-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.4 +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.5 TEST_ERLC_OPTS += +'{parse_transform, eunit_autoexport}' +'{parse_transform, horse_autoexport}' TEST_DEPS = horse triq |