From fc2cd7395576c6d4cb8047f4589a481c596b8f4e Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Thu, 8 Jan 2015 00:27:45 -0800 Subject: add `eunit` and `common_test` to `applications` key of `rebar.app` --- src/rebar.app.src | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/rebar.app.src b/src/rebar.app.src index 1a1e528..73c1eff 100644 --- a/src/rebar.app.src +++ b/src/rebar.app.src @@ -13,6 +13,8 @@ crypto, syntax_tools, tools, + eunit, + common_test, erlware_commons, providers, relx, -- cgit v1.1