Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | copy project apps to deps output dir for compilation | Tristan Sloughter | 2015-02-28 | 1 | -7/+7 |
| | |||||
* | don't unescessarily recompile yrl/xrl files | alisdair sullivan | 2015-02-22 | 1 | -2/+43 |
| | | | | fixes #175 | ||||
* | check already compiled modules compile arguments against current compile | alisdair sullivan | 2015-02-16 | 1 | -2/+56 |
| | | | | arguments to ensure compile results as as intended | ||||
* | MORE TESTS | Fred Hebert | 2014-12-29 | 1 | -2/+23 |
| | |||||
* | Adding tests for checkouts being found & compiled | Fred Hebert | 2014-12-29 | 1 | -4/+21 |
| | |||||
* | Add release-structured compiling tests | Fred Hebert | 2014-12-24 | 1 | -2/+17 |
| | |||||
* | Fix up programmatic interface to rebar3 | Fred Hebert | 2014-12-21 | 1 | -1/+1 |
| | | | | Now supports arbitrary commands | ||||
* | Partial fix to circular deps (#40) | Fred Hebert | 2014-12-06 | 1 | -1/+1 |
| | | | | | | | | | - Adding tests - fixing use of set fetching to find repeated deps and prevent infinite loops On a circular loop rebar3 now fails with `{error, no_sort}`, which is uncaught and should be handled to consider the issue fully fixed. | ||||
* | Initial tests for dependency resolving | Fred Hebert | 2014-12-04 | 1 | -85/+6 |
| | | | | | | | | | | | | | - Reworked the helpers for existing suites and expanded them - Created a mock git resource module to test for its dependency fetching - Added a test suite for dependency resolving with first checks for common cases (https://gist.github.com/ferd/197cc5c0b85aae370436) Left to do would include: - Verify warnings - Verify failures - Verify dependency updates resolving | ||||
* | start of breaking out test code for ease of checks | Tristan Sloughter | 2014-11-29 | 1 | -9/+12 |
| | |||||
* | pass command as arg to run_aux for now | Tristan Sloughter | 2014-10-17 | 1 | -1/+1 |
| | |||||
* | fix ct test for new command handling | Tristan Sloughter | 2014-09-17 | 1 | -1/+1 |
| | |||||
* | update common tests | Tristan Sloughter | 2014-09-17 | 1 | -2/+2 |
| | |||||
* | change name of suite | Tristan Sloughter | 2014-09-01 | 1 | -0/+113 |