diff options
author | Loïc Hoguin <[email protected]> | 2017-07-10 12:58:12 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2017-07-10 12:58:12 +0200 |
commit | 2cf430f404771255feead27873e48542829ea185 (patch) | |
tree | 1b6e6ed9a223064158031fb64db35e0498e64b97 /Makefile | |
parent | 93d68bcccc118ef1b72622efc95f9fde5252c3ff (diff) | |
download | cowlib-2cf430f404771255feead27873e48542829ea185.tar.gz cowlib-2cf430f404771255feead27873e48542829ea185.tar.bz2 cowlib-2cf430f404771255feead27873e48542829ea185.zip |
Switch from Triq to Proper
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -18,9 +18,8 @@ CI_HIPE ?= $(lastword $(CI_OTP)) CI_ERLLVM ?= $(CI_HIPE) TEST_ERLC_OPTS += +'{parse_transform, eunit_autoexport}' +'{parse_transform, horse_autoexport}' -TEST_DEPS = horse triq +TEST_DEPS = horse proper dep_horse = git https://github.com/extend/horse master -dep_triq = git https://github.com/krestenkrab/triq master include erlang.mk |