aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-10-04 13:25:07 +0300
committerLoïc Hoguin <[email protected]>2014-10-04 13:25:07 +0300
commit070ba032d1ea52f0594b5d7b068bac873a9b440e (patch)
tree85127a7136af880bc66923f48c009ad27211dc10
parent21d9ebe33b3eaf65a4118fc5c3e7364e64d63769 (diff)
downloadcowboy-070ba032d1ea52f0594b5d7b068bac873a9b440e.tar.gz
cowboy-070ba032d1ea52f0594b5d7b068bac873a9b440e.tar.bz2
cowboy-070ba032d1ea52f0594b5d7b068bac873a9b440e.zip
Add a commented line to enable dialyze for tests in the Makefile
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b68fb49..2863118 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,10 @@ dep_ct_helper = git https://github.com/extend/ct_helper.git master
include erlang.mk
+# Also dialyze the tests.
+
+# DIALYZER_OPTS += --src -r test
+
# Documentation.
dep_ezdoc = git https://github.com/ninenines/ezdoc master