aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-07-10 12:58:12 +0200
committerLoïc Hoguin <[email protected]>2017-07-10 12:58:12 +0200
commit2cf430f404771255feead27873e48542829ea185 (patch)
tree1b6e6ed9a223064158031fb64db35e0498e64b97 /Makefile
parent93d68bcccc118ef1b72622efc95f9fde5252c3ff (diff)
downloadcowlib-2cf430f404771255feead27873e48542829ea185.tar.gz
cowlib-2cf430f404771255feead27873e48542829ea185.tar.bz2
cowlib-2cf430f404771255feead27873e48542829ea185.zip
Switch from Triq to Proper
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index cb2fbc3..ba2ecd3 100644
--- a/Makefile
+++ b/Makefile
@@ -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