summaryrefslogtreecommitdiff
path: root/test/rebar_dir_SUITE.erl
Commit message (Collapse)AuthorAgeFilesLines
* Read env var REBAR_CACHE_DIR on rebar3 only onceFrancisco Rojas2016-04-061-1/+1
| | | | | Instead of reading every time that rebar_dir:global_cache_dir/1 is called
* use priv_dir in rebar_dir testFrancisco Rojas2016-03-171-2/+2
|
* Allows overwrite default cache dir using REBAR_CACHE_DIRFrancisco Rojas2016-03-151-2/+34
| | | | | Allows overwrite the default cache directory using the environment variable REBAR_CACHE_DIR.
* Add tests for base_dir reconfigurationFred Hebert2015-12-191-3/+40
| | | | Tests both absolutes and relative paths.
* dedup `src_dirs` and `extra_src_dirs` on readalisdair sullivan2015-10-301-6/+6
|
* extract `retarget_path/2', `relative_path/2' and `reduce_path/1' andalisdair sullivan2015-09-131-5/+33
| | | | add tests
* wip: move state into app_infoTristan Sloughter2015-08-311-21/+21
|
* methods for retrieving `src_dirs` and `extra_src_dirs`alisdair sullivan2015-05-191-0/+99
note that now ALL `src_dirs` across included profiles are compiled. previously only the last included profile's `src_dirs` were used