From 8a6059861c78d6e5b74f48cf2cba717becbebc3b Mon Sep 17 00:00:00 2001 From: hommeabeil Date: Sat, 24 Mar 2018 09:47:52 -0400 Subject: add test in systest --- systest/all_SUITE_data/compile_deps/rebar.config | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 systest/all_SUITE_data/compile_deps/rebar.config (limited to 'systest/all_SUITE_data/compile_deps/rebar.config') diff --git a/systest/all_SUITE_data/compile_deps/rebar.config b/systest/all_SUITE_data/compile_deps/rebar.config new file mode 100644 index 0000000..08e2f62 --- /dev/null +++ b/systest/all_SUITE_data/compile_deps/rebar.config @@ -0,0 +1,8 @@ +{deps, [ + {fake_dep, {localdep, "fake_dep"}} + ]}. + +{plugins, [{rebar_localdep, + {git, "https://github.com/alinpopa/rebar3-localdep-plugin.git", + {branch, "master"}}}]}. + -- cgit v1.1