Browse Source

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

Loïc Hoguin 10 years ago
parent
commit
070ba032d1
1 changed files with 4 additions and 0 deletions
  1. 4 0
      Makefile

+ 4 - 0
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