m4: correct ptest failures

(From OE-Core rev: 5b9a2d698bfae8919678073970b951b746158d34)

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alexander Kanavin
2021-06-15 10:12:15 +02:00
committed by Richard Purdie
parent 3f51d9e627
commit b324d19336

View File

@@ -46,6 +46,8 @@ do_install_ptest() {
chmod 0755 ${D}${PTEST_PATH}/tests/test-mbrtowc-w32-1.sh ${D}${PTEST_PATH}/tests/test-spawn-pipe-main \
${D}${PTEST_PATH}/tests/test-spawn-pipe-child ${D}${PTEST_PATH}/tests/test-version-etc \
${D}${PTEST_PATH}/tests/test-xalloc-die
ln -s ptest ${D}${libdir}/${BPN}/${BP}
}