Nikolay Epifanov
Nikolay Epifanov
Test for #570
More info on this issue: when run for an umbrella app and it has in-umbrella dependencies they're build without TEST defined. Then when those dependency-apps are tested they are not...
The workaround that allows running `mix eunit` from project root is to pass compiler flags explicitly: `ERL_COMPILER_OPTIONS="[debug_info, {d,'TEST'}]" mix eunit`
No idea :shrug: Regarding a workaround I don't remember if I've found any.