diff options
author | Sergey Savenko <deadok22@gmail.com> | 2013-08-15 12:26:50 +0400 |
---|---|---|
committer | Sergey Savenko <deadok22@gmail.com> | 2014-05-29 22:38:14 +0400 |
commit | 93689703c1d29d5859b04db4f27d3b19d75873e5 (patch) | |
tree | 2291ee80c827b743ba2d80a59f5cd91dda7cb651 /dialyzer_reference | |
parent | f47af30e65efeba55d2ac37df071aea080788ac2 (diff) | |
download | rebar-93689703c1d29d5859b04db4f27d3b19d75873e5.tar.gz |
Add qualified name tests specification (see #118)
Augment 'tests' option of 'rebar eunit' command with ability to specify
tests to run using module-qualified names. This change also forced me
to change the way modules for coverage and for testing itself are
selected - module-qualified tests specifications are now taken into
consideration. Extend tests to cover new functionality. Update
dialyzer_reference accordingly.
Diffstat (limited to 'dialyzer_reference')
-rw-r--r-- | dialyzer_reference | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dialyzer_reference b/dialyzer_reference index 7fbe609..88909a6 100644 --- a/dialyzer_reference +++ b/dialyzer_reference @@ -1,3 +1,3 @@ -rebar_eunit.erl:434: Call to missing or unexported function eunit_test:function_wrapper/2 +rebar_eunit.erl:469: Call to missing or unexported function eunit_test:function_wrapper/2 rebar_utils.erl:164: Call to missing or unexported function escript:foldl/3 |