summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* filter checkapps via `rebar_app_info:is_checkout` rather thanalisdair sullivan2015-03-241-2/+22
* add `--app=...` and `--suite=...` options for the eunit provider toalisdair sullivan2015-03-241-2/+196
* add a more direct way to generate an `eunitized` test app toalisdair sullivan2015-03-243-16/+181
* Merge branch 'eunit-with-test-profile-test-case' of https://github.com/kellym...Fred Hebert2015-03-231-2/+14
|\
| * Add test case to eunit test suiteKelly McLaughlin2015-03-231-2/+14
* | Merge pull request #286 from tsloughter/checkoutsFred Hebert2015-03-234-9/+131
|\ \ | |/ |/|
| * treat _checkouts as deps that are always compiledTristan Sloughter2015-03-214-9/+131
* | handle additional errors returned from `getopt:parse/2`alisdair sullivan2015-03-231-0/+54
* | Merge pull request #291 from tsloughter/as_argsFred Hebert2015-03-231-2/+20
|\ \
| * | support args on tasks passed to 'as'Tristan Sloughter2015-03-231-2/+20
| |/
* | Merge branch 'kellymclaughlin-dev-mode-release-tests' into fancy-profile-merg...Fred Hebert2015-03-232-4/+53
|\ \
| * | Test cases to exercise the dev_mode release optionKelly McLaughlin2015-03-232-4/+53
| |/
* | Preserve profile order on mergeable tuple/optsFred Hebert2015-03-221-2/+9
|/
* update hg username and email match in templatesTristan Sloughter2015-03-171-2/+24
* Implement deps conflicts as errorsFred Hebert2015-03-152-13/+52
* compile source from the symlinked directories under `_build` toalisdair sullivan2015-03-081-0/+27
* update erlydtl compiler to output to _build, add simple testTristan Sloughter2015-03-072-0/+75
* Fix namespace regressionsFred Hebert2015-03-071-2/+22
* parse `rebar3 as foo, bar task` correctlyalisdair sullivan2015-03-061-1/+16
* Add escriptize provider and a minimal testPierre Fenoll2015-03-061-0/+37
* store base opts after initialization of providersTristan Sloughter2015-03-061-4/+16
* add test for test profile applied to project appsalisdair sullivan2015-03-051-2/+24
* two failing tests and one passing test to attempt to isolate wherealisdair sullivan2015-03-051-2/+48
* Merge pull request #222 from talentdeficit/no_superfluous_loadsTristan Sloughter2015-03-052-15/+5
|\
| * switch from loading modules to read compile info to using `beam_lib`alisdair sullivan2015-03-052-15/+5
* | use git or hg configs if exist for default user and email in templatesTristan Sloughter2015-03-051-2/+26
* | test end case cleanupsTristan Sloughter2015-03-052-18/+4
|/
* fix for profiles_remain_applied_with_config_presentTristan Sloughter2015-03-041-3/+25
* Merge pull request #210 from talentdeficit/shorter_build_dirsFred Hebert2015-03-031-4/+21
|\
| * name profile directories in `_build` similarly to the argumentsalisdair sullivan2015-03-031-2/+18
| * fix names in `rebar_as_SUITE`alisdair sullivan2015-03-031-3/+4
* | rename `_logs` and `_cover` dirs to `logs` and `cover`, respectivelyalisdair sullivan2015-03-031-5/+5
* | move `_logs` and `_cover` to `_build` diralisdair sullivan2015-03-031-5/+5
|/
* Merge pull request #202 from talentdeficit/coverTristan Sloughter2015-03-033-4/+165
|\
| * change from post-purging modules after checking their module info toalisdair sullivan2015-03-031-2/+13
| * generate cover data (via the `{cover_enabled, true}` option inalisdair sullivan2015-03-031-0/+127
| * `add_to_profile/3` function added to `rebar_state`alisdair sullivan2015-03-021-2/+25
* | `as` delegates task handling to `do` provideralisdair sullivan2015-03-021-0/+88
|/
* Merge pull request #187 from tsloughter/profiles_dirTristan Sloughter2015-03-023-21/+23
|\
| * copy project apps to deps output dir for compilationTristan Sloughter2015-02-283-18/+20
| * make base_dir for a run include the profiles in path, link to shared depsTristan Sloughter2015-02-281-3/+3
* | Some free tests from a debugging sessionFred Hebert2015-03-021-0/+33
* | don't replace non-string list with empty list in profile mergeTristan Sloughter2015-03-021-2/+10
|/
* profiles: combine lists of values for conflicting config optionsTristan Sloughter2015-02-242-3/+21
* Add tests and fixes for packages upgradesFred Hebert2015-02-233-8/+20
* Reuse test code and drop duplicated stuffFred Hebert2015-02-233-98/+20
* Merge pull request #174 from tsloughter/profile_testsFred Hebert2015-02-233-46/+128
|\
| * basic profile deps testsTristan Sloughter2015-02-223-46/+128
* | don't unescessarily recompile yrl/xrl filesalisdair sullivan2015-02-221-2/+43
|/
* Merge pull request #167 from tsloughter/release_testsFred Hebert2015-02-222-0/+76
|\