aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 9d8a30f..ef34191 100644
--- a/Makefile
+++ b/Makefile
@@ -4,14 +4,18 @@ PROJECT = gun
# Options.
-CT_SUITES = twitter
+CT_SUITES = twitter ws
+CT_OPTS += -pa test -ct_hooks gun_ct_hook [] -boot start_sasl
+
PLT_APPS = ssl
# Dependencies.
DEPS = cowlib ranch
-dep_cowlib = pkg://cowlib master
-dep_ranch = pkg://ranch master
+dep_cowlib = git https://github.com/ninenines/cowlib 1.3.0
+
+TEST_DEPS = ct_helper
+dep_ct_helper = git https://github.com/extend/ct_helper.git master
# Standard targets.