Tristan Sloughter
2dfba204e4
properly support top level app erl_opts from REBAR_CONFIG os var ( #1889 )
When REBAR_CONFIG was set it would not effect the top level app's
configuration because app_discover was rereading the top level
rebar.config which ignored REBAR_CONFIG. Instead this patch has
it use the existing configuration from REBAR_CONFIG.
6 years ago
Tristan Sloughter
a74dc021cc
run compile provider in default namespace from bare
7 years ago
Carl-Johan Kjellander
a3b5846b49
add test for provider_hook clean
7 years ago
Tristan Sloughter
48dc9738bb
reset hooks under profiles for application opts
8 years ago
Tristan Sloughter
c36e9bf791
add test for new hook function
9 years ago
Tristan Sloughter
cfd4beb99d
hooks/artifacts are always run/resolved from an app unless at top of umbrella
9 years ago
Viacheslav Kovalev
24815ebc5f
Fix rebar_hooks_SUITE:run_hooks_for_plugins/1
Test required `touch` utility to present on user's machine. Remove this dependency.
10 years ago
Viacheslav Kovalev
53831dc31b
Fix rebar_hooks_SUITE:run_hooks_for_plugins/1
Test required `touch` utility to present on user's machine. Remove this dependency.
10 years ago
Tristan Sloughter
4bb2a0c710
Add error message for bad provider hook, fixes #521
10 years ago
Tristan Sloughter
e4c300417b
add artifact test
10 years ago
Tristan Sloughter
e65ad8c2ca
run hooks when building plugins
10 years ago
Viacheslav Kovalev
49d977c2b8
Initialize namespace in rebar_state with default value.
10 years ago
Viacheslav V. Kovalev
efd2445c74
Properly reset hooks for single-app project
10 years ago
Tristan Sloughter
1e71b47817
fix find_apps when searching for invalid apps
10 years ago
Tristan Sloughter
14037aa45f
add hook SUITE tests
10 years ago
alisdair sullivan
b205bebecc
test for eunit provider
10 years ago