diff options
| author | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2019-09-13 11:42:01 +0200 |
|---|---|---|
| committer | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2019-09-13 11:43:49 +0200 |
| commit | 27e3b3d3db47c45997dd4c7efe6eae4f71ec4bb5 (patch) | |
| tree | 52ccaee59e96d6987dd1100b0768e99e50459de3 /test | |
| parent | 97534822a1f232ac8e6b77585a26d44e93290956 (diff) | |
| download | rabbitmq-server-git-27e3b3d3db47c45997dd4c7efe6eae4f71ec4bb5.tar.gz | |
test/feature_flags_SUITE_data/my_plugin: Convert symlinks to Makefiles
... and those Makefiles include the previous symlink targets.
This way, the test plugin is buildable on a system without Unix symlink
support like Windows.
(cherry picked from commit 85fb789de05f3b7daedf487e7a4221e69c8ef5f2)
Diffstat (limited to 'test')
| -rw-r--r-- | test/feature_flags_SUITE_data/my_plugin/.gitignore | 2 | ||||
| -rw-r--r--[l---------] | test/feature_flags_SUITE_data/my_plugin/erlang.mk | 2 | ||||
| -rw-r--r--[l---------] | test/feature_flags_SUITE_data/my_plugin/rabbitmq-components.mk | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/test/feature_flags_SUITE_data/my_plugin/.gitignore b/test/feature_flags_SUITE_data/my_plugin/.gitignore index f59293f87b..f6d56e0687 100644 --- a/test/feature_flags_SUITE_data/my_plugin/.gitignore +++ b/test/feature_flags_SUITE_data/my_plugin/.gitignore @@ -1,5 +1,7 @@ /.erlang.mk/ /deps/ /ebin/ +/escript /plugins/ /my_plugin.d +/sbin diff --git a/test/feature_flags_SUITE_data/my_plugin/erlang.mk b/test/feature_flags_SUITE_data/my_plugin/erlang.mk index 1ff4f9e144..f303054bad 120000..100644 --- a/test/feature_flags_SUITE_data/my_plugin/erlang.mk +++ b/test/feature_flags_SUITE_data/my_plugin/erlang.mk @@ -1 +1 @@ -../../../erlang.mk
\ No newline at end of file +include ../../../erlang.mk diff --git a/test/feature_flags_SUITE_data/my_plugin/rabbitmq-components.mk b/test/feature_flags_SUITE_data/my_plugin/rabbitmq-components.mk index d1b29ef1c8..9f89dba726 120000..100644 --- a/test/feature_flags_SUITE_data/my_plugin/rabbitmq-components.mk +++ b/test/feature_flags_SUITE_data/my_plugin/rabbitmq-components.mk @@ -1 +1 @@ -../../../rabbitmq-components.mk
\ No newline at end of file +include ../../../rabbitmq-components.mk |
