summaryrefslogtreecommitdiff
path: root/test/rebar_xref_eunit.erl
Commit message (Collapse)AuthorAgeFilesLines
* Fix Erlang 20 export_all warningsTuncer Ayaz2017-08-181-33/+28
| | | | Fix other warnings and whitespace errors as well.
* Fix windows eunit testsLuis Rascão2015-10-251-2/+2
| | | | | | | | | | | File tests: windows file operations should abort on error the same as unix operations invoked through sh. Also windows does not support the '?' character in filenames. Eunit tests: the 'All' prefix is missing on the 'x tests passed' message. Eunit only prints the 'All' prefix if there are more than 2 passed tests, dropping the prefix on the match works for all cases.
* add Emacs/vi header to non-dummy test modulesVlad Dumitrescu2014-12-021-0/+2
|
* Add standard xref checks and improved suppressionDennis Docter2013-01-301-0/+203
* Allow the following predefined analyses : undefined_function_calls, undefined_functions, locals_not_used, exports_not_used, deprecated_function_calls, deprecated_functions * Trap some possible errors in case module information is not available * ignore_xref works on all checks and can take {M,F,A} tuples. (Automatic behaviour export suppression still only works on exports_not_used)