0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

Add a commented line to enable dialyze for tests in the Makefile

This commit is contained in:
Loïc Hoguin 2014-10-04 13:25:07 +03:00
parent 21d9ebe33b
commit 070ba032d1

View file

@ -20,6 +20,10 @@ dep_ct_helper = git https://github.com/extend/ct_helper.git master
include erlang.mk include erlang.mk
# Also dialyze the tests.
# DIALYZER_OPTS += --src -r test
# Documentation. # Documentation.
dep_ezdoc = git https://github.com/ninenines/ezdoc master dep_ezdoc = git https://github.com/ninenines/ezdoc master