]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/selftest: Add package hardlink test
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 30 Jul 2018 23:33:27 +0000 (23:33 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 31 Jul 2018 21:42:03 +0000 (22:42 +0100)
commit751fc7802f57a836a0be5fc6a8d5fdf8b1769c39
tree55986800d69f121f76cac879c3782837e059d26c
parent28eeada955762f38ccbd1d26c53768364dbd1a5e
oeqa/selftest: Add package hardlink test

We keep breaking the preservation of hardlinks during the packaging process.
Add a selftest which tests this to try and prevent this breaking again.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink.bb [new file with mode: 0644]
meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink/hello.c [new file with mode: 0644]
meta/lib/oeqa/selftest/cases/package.py