| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | factor out task/args parsing from `do` for use in other meta | alisdair sullivan | 2015-02-08 | 1 | -0/+120 |
* | | Add initial dialyzer tests | James Fish | 2015-02-08 | 1 | -0/+158 |
* | | Change mock_pkg_resource to create ebin directory | Kelly McLaughlin | 2015-02-06 | 1 | -1/+1 |
* | | Add xref provider for cross reference analysis | Kelly McLaughlin | 2015-02-05 | 1 | -0/+190 |
|/ |
|
* | fix find_apps when searching for invalid apps | Tristan Sloughter | 2015-02-02 | 1 | -1/+2 |
* | add hook SUITE tests | Tristan Sloughter | 2015-01-31 | 2 | -0/+57 |
* | fix `reset_dir` test suite for r15x | alisdair sullivan | 2015-01-18 | 1 | -3/+3 |
* | add functions `system_tmpdir/0,1` and `reset_dir/1` | alisdair sullivan | 2015-01-15 | 1 | -0/+86 |
* | test for eunit provider | alisdair sullivan | 2015-01-06 | 2 | -4/+64 |
* | MORE TESTS | Fred Hebert | 2014-12-29 | 1 | -2/+23 |
* | Adding tests for checkouts being found & compiled | Fred Hebert | 2014-12-29 | 2 | -5/+30 |
* | Add release-structured compiling tests | Fred Hebert | 2014-12-24 | 2 | -5/+26 |
* | Add support for custom templates in subdirectories | Fred Hebert | 2014-12-23 | 9 | -0/+203 |
* | Tests and fixes for namespaces | Fred Hebert | 2014-12-21 | 1 | -0/+93 |
* | Fix up programmatic interface to rebar3 | Fred Hebert | 2014-12-21 | 2 | -2/+2 |
* | rewrite profiles | Tristan Sloughter | 2014-12-16 | 1 | -2/+1 |
* | Adding pkg deps tests and refactorings | Fred Hebert | 2014-12-16 | 4 | -28/+241 |
* | Print warning when deps are being skipped. | Fred Hebert | 2014-12-07 | 1 | -13/+64 |
* | Handle cycle errors in provider | Fred Hebert | 2014-12-06 | 1 | -2/+2 |
* | Return cycles in deps solver | Fred Hebert | 2014-12-06 | 1 | -2/+2 |
* | Partial fix to circular deps (#40) | Fred Hebert | 2014-12-06 | 4 | -32/+59 |
* | Initial tests for dependency resolving | Fred Hebert | 2014-12-04 | 4 | -85/+358 |
* | 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 | -1/+1 |
* | only build invalid (not built) source deps and project apps | Tristan Sloughter | 2014-09-01 | 1 | -1/+1 |
* | add first test | Tristan Sloughter | 2014-09-01 | 1 | -0/+113 |
* | remove more code that can be brought back later if needed | Tristan Sloughter | 2014-08-30 | 17 | -1788/+0 |
* | Follow-up typo fixes for #327 | Tuncer Ayaz | 2014-07-17 | 1 | -1/+1 |
* | rebar_utils:otp_release/0: handle vsn like x.y.z** | Tuncer Ayaz | 2014-07-17 | 1 | -6/+10 |
* | Adapt arch string to versioning scheme changes (>= 17.x) | Tuncer Ayaz | 2014-07-17 | 1 | -0/+43 |
* | Add qualified name tests specification (see #118) | Sergey Savenko | 2014-05-29 | 1 | -0/+40 |
* | file_utils: properly report errors (fix #95) | Tuncer Ayaz | 2014-04-11 | 1 | -2/+2 |
* | Add partial support for Erlang/OTP 17 | Joseph Wayne Norton | 2014-03-29 | 1 | -0/+23 |
* | Merge branch 'xref_20130130' of git://github.com/spilgames/rebar into spg-xref | Dave Smith | 2013-06-17 | 1 | -0/+203 |
|\ |
|
| * | Add standard xref checks and improved suppression | Dennis Docter | 2013-01-30 | 1 | -0/+203 |
* | | Merge pull request #53 from oferrigni/unit_test_file_handling_fix | Dave Smith | 2013-06-16 | 1 | -3/+11 |
|\ \ |
|
| * | | Fix file handling on windows for tests | Oliver Ferrigni | 2013-01-14 | 1 | -3/+11 |
| |/ |
|
* | | Sync test/upgrade_project/rel/files with priv/templates | Tuncer Ayaz | 2013-06-12 | 5 | -66/+210 |
* | | Use "pwd -P" to get the current physical path. | olgeni | 2013-06-10 | 2 | -2/+2 |
|/ |
|
* | eunit: analyze coverage only for cover compiled modules | Shunichi Shinohara | 2012-09-13 | 1 | -17/+27 |
* | Cleanup and comment | Tuncer Ayaz | 2012-08-20 | 1 | -1/+1 |
* | Fix tests= option not running generator tests | Roberto Ostinelli | 2012-08-20 | 1 | -1/+27 |
* | Add experimental tests= filter without eunit suites | Roberto Ostinelli | 2012-08-20 | 1 | -1/+19 |
* | Add experimental tests= filter for eunit suites | Roberto Ostinelli | 2012-08-11 | 1 | -0/+118 |
* | Use separate dirs for eunit and qc | Tuncer Ayaz | 2012-08-09 | 1 | -13/+13 |
* | Add 'qc' cmd and rename eunit-compile to test-compile | Tuncer Ayaz | 2012-07-23 | 1 | -13/+13 |
* | Fix test/rebar_eunit_tests.erl | Slava Yurin | 2012-06-29 | 1 | -6/+8 |