aboutsummaryrefslogtreecommitdiffstats
path: root/test/rlx_test_utils.erl
diff options
context:
space:
mode:
authorLuis Rascao <[email protected]>2015-02-19 11:05:49 +0000
committerLuis Rascao <[email protected]>2015-02-19 11:48:54 +0000
commitd1f1c8dc134cb1d4c832cfb0171ca7b859a2a600 (patch)
tree3f47f9dd515980b5bf7cf4974fe1467107f09111 /test/rlx_test_utils.erl
parenta2e8eaa4fb6307e0d71ba932de6eb9378ddae937 (diff)
downloadrelx-d1f1c8dc134cb1d4c832cfb0171ca7b859a2a600.tar.gz
relx-d1f1c8dc134cb1d4c832cfb0171ca7b859a2a600.tar.bz2
relx-d1f1c8dc134cb1d4c832cfb0171ca7b859a2a600.zip
support overlay file inclusion
allow overlay inclusion of other files, similarly to what OTP already does in sys.config files
Diffstat (limited to 'test/rlx_test_utils.erl')
-rw-r--r--test/rlx_test_utils.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/rlx_test_utils.erl b/test/rlx_test_utils.erl
index 0428966..644c49f 100644
--- a/test/rlx_test_utils.erl
+++ b/test/rlx_test_utils.erl
@@ -94,4 +94,5 @@ test_template_contents() ->
"{yahoo2_foo, \"{{yahoo2.foo}}\"}.\n"
"{foo_dir, \"{{foo_dir}}\"}.\n"
"{yahoo3, \"{{yahoo3.bar}}\"}.\n"
+ "{yahoo4, \"{{yahoo4.foo}}\"}.\n"
"{google, \"{{google}}\"}.\n".