From 93689703c1d29d5859b04db4f27d3b19d75873e5 Mon Sep 17 00:00:00 2001 From: Sergey Savenko Date: Thu, 15 Aug 2013 12:26:50 +0400 Subject: 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. --- dialyzer_reference | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dialyzer_reference') 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 -- cgit v1.1