summaryrefslogtreecommitdiff
path: root/test/rebar_compiler_tests.erl
Commit message (Collapse)AuthorAgeFilesLines
* Fix Erlang 20 export_all warningsTuncer Ayaz2017-08-181-10/+0
| | | | Fix other warnings and whitespace errors as well.
* Fix windows eunit testsLuis Rascão2015-10-251-3/+3
| | | | | | | | | | | 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 tests for 'compiler keep_going'Vlad Dumitrescu2015-04-021-0/+192