summaryrefslogtreecommitdiff
path: root/systest/all_SUITE_data/compile_deps/rebar.config
diff options
context:
space:
mode:
authorhommeabeil <jeanbouch418@gmail.com>2018-03-24 09:47:52 -0400
committerhommeabeil <jeanbouch418@gmail.com>2018-03-24 09:47:52 -0400
commit8a6059861c78d6e5b74f48cf2cba717becbebc3b (patch)
treeb7bc50fe913977230ca820ca34ae611d9a0e3b03 /systest/all_SUITE_data/compile_deps/rebar.config
parent4a35276bdf93869f95344eaafb2571d3c731a615 (diff)
add test in systest
Diffstat (limited to 'systest/all_SUITE_data/compile_deps/rebar.config')
-rw-r--r--systest/all_SUITE_data/compile_deps/rebar.config8
1 files changed, 8 insertions, 0 deletions
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"}}}]}.
+