diff --git a/integration_tests/rebar.config b/integration_tests/rebar.config index ea89784..9bbc5f8 100644 --- a/integration_tests/rebar.config +++ b/integration_tests/rebar.config @@ -2,9 +2,11 @@ {deps_dir, "../deps"}. {deps, [{gen_bunny, ".*", - {git, "file://..", ""}}, - {mochiweb, ".*", + {git, "file://.."}}, + {mochiweb, ".*", {git, "git://github.com/mochi/mochiweb.git", "master"}}, {lhttpc, ".*", {git, "git://github.com/dreid/lhttpc.git", "master"}}]}. {eunit_opts, [verbose, {report,{eunit_surefire,[{dir,"."}]}}]}. +{erl_opts, [{src_dirs, ["../src"]}, {i, "../include"}]}. +{eunit_compile_opts, [{src_dirs, ["../src"]}, {i, "../include"}]}. diff --git a/rebar b/rebar index c692b39..c40e879 100755 Binary files a/rebar and b/rebar differ