summaryrefslogtreecommitdiff
path: root/test/rebar_release_SUITE.erl
Commit message (Collapse)AuthorAgeFilesLines
* Add test case for relx overlay varsLuis Rascao2016-02-051-1/+56
| | | | | Makes use of several var types: integers, strings, binaries, binary strings and tuples.
* merge overlay entries into a single {overlay, list()} for relxTristan Sloughter2016-01-101-1/+23
|
* add tests for setting per-profile sys_config variables for relxTristan Sloughter2015-12-061-5/+64
|
* do not override user cli supplied outputdir for relxTristan Sloughter2015-08-221-4/+29
|
* add test of relx config sorting with 'extend release'Tristan Sloughter2015-06-281-1/+20
|
* Test cases to exercise the dev_mode release optionKelly McLaughlin2015-03-231-3/+43
| | | | | | | | | | Add one test case to verify the dev_mode option for a release and another to verify overriding the dev_mode option in a profile for a release. Verification of proper dev_mode functioning is done in the rebar_test_utils:check_results/2 function by checking if all the directories in the release lib dir are symlinks or not and comparing that result to the dev_mode expectation passed as input to the check_results function.
* release and tar testsTristan Sloughter2015-02-221-0/+52