Skip to content

Commit 74dbdaf

Browse files
committed
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 27e3b3d)
1 parent afeeffc commit 74dbdaf

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/.erlang.mk/
22
/deps/
33
/ebin/
4+
/escript
45
/plugins/
56
/my_plugin.d
7+
/sbin

test/feature_flags_SUITE_data/my_plugin/erlang.mk

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include ../../../erlang.mk

test/feature_flags_SUITE_data/my_plugin/rabbitmq-components.mk

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include ../../../rabbitmq-components.mk

0 commit comments

Comments
 (0)