aboutsummaryrefslogtreecommitdiffstats
path: root/test/rclt_discover_SUITE.erl
AgeCommit message (Collapse)Author
2013-01-04provide the erlang lib dir and cwd as working librariesEric
This happens for every call unless the user passes --disable-default-libs to relcool or {disable_default_libs, true} in the relcool config.
2012-09-18make sure errors carry the name of the module that created themEric
This allows errors to be printed at the source
2012-09-18rcl_app_info must support comparible versionsEric
This changes moves rcl_app_info to store the version as a parsed semver rather then a string, making it comparable. tmp app info
2012-09-18add system and rebar discover to rcl_prv_discoverEric
2012-09-12support OTP App discovery in the systemEric