diff options
author | José Bollo <jose.bollo@iot.bzh> | 2018-07-03 18:42:32 +0200 |
---|---|---|
committer | Jose Bollo <jose.bollo@iot.bzh> | 2018-07-03 19:24:01 +0200 |
commit | f645c76e0bfa772aff97141389d45476bf091053 (patch) | |
tree | 724af18ff4b5b92aa071e93675582b67c11d1908 /coverage/ldpath/strong/sub | |
parent | 57e09344b57d98515bf02165e0e33a1d43134af0 (diff) |
coverage: Add the missing files
The files weren't included due to git and gitignore.
Also add a README.md to reproduce the test.
Change-Id: Ifcdffaca32c369b2ff5fb82e246fa0cad87813f5
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'coverage/ldpath/strong/sub')
l--------- | coverage/ldpath/strong/sub/hi3.so | 1 | ||||
l--------- | coverage/ldpath/strong/sub/sub/salut.so | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/coverage/ldpath/strong/sub/hi3.so b/coverage/ldpath/strong/sub/hi3.so new file mode 120000 index 00000000..243dc22b --- /dev/null +++ b/coverage/ldpath/strong/sub/hi3.so @@ -0,0 +1 @@ +../../../bin/hi3.so
\ No newline at end of file diff --git a/coverage/ldpath/strong/sub/sub/salut.so b/coverage/ldpath/strong/sub/sub/salut.so new file mode 120000 index 00000000..edddb6e4 --- /dev/null +++ b/coverage/ldpath/strong/sub/sub/salut.so @@ -0,0 +1 @@ +../../../../bin/salut.so
\ No newline at end of file |