aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-12-07 13:40:37 +0100
committerLoïc Hoguin <[email protected]>2013-12-07 13:40:37 +0100
commit7194df4568e66c1f2fee86816ace3308ec9eb302 (patch)
treea0846353b35d02b536ecf72b88163ad6a968daad /Makefile
parent6a5015fedd0f85388144de7b8a6ed7d883da5e1a (diff)
downloadranch-7194df4568e66c1f2fee86816ace3308ec9eb302.tar.gz
ranch-7194df4568e66c1f2fee86816ace3308ec9eb302.tar.bz2
ranch-7194df4568e66c1f2fee86816ace3308ec9eb302.zip
Gracefully shutdown when stop_listener/1 is called
Implements the `shutdown` option as documented previously.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bd48b7c..0535bd5 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ dep_ct_helper = https://github.com/extend/ct_helper.git master
# Options.
COMPILE_FIRST = ranch_transport
-CT_SUITES = acceptor sendfile
+CT_SUITES = acceptor sendfile shutdown
PLT_APPS = crypto public_key ssl
# Standard targets.