summaryrefslogtreecommitdiff
path: root/inttest/erlc/src
Commit message (Collapse)AuthorAgeFilesLines
* remove more code that can be brought back later if neededTristan Sloughter2014-08-308-129/+0
|
* Fix OS X resource fork handling (Reported-by: Richard O'Keefe)Tuncer Ayaz2014-07-251-0/+4
| | | | | | | | | If you happen to fetch a zip archive of the git repo and try to build from that, you may, for example, ask erlc to build src/._rebar.erl. ._* are OS X resource forks and not real .erl files. This may also happen with network filesystems on OS X. To fix that, limit the files compiled by rebar to include only those which start with a letter or a digit.
* Regression test for #249Slava Yurin2014-05-301-0/+10
|
* erlc: add test suiteTuncer Ayaz2014-03-126-0/+115