mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
sdbus-c++: Update ptest path
Update ptest path to run sdbus-c++ ptest Signed-off-by: Poonam Jadhav <poonam.jadhav@kpit.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -39,7 +39,12 @@ do_install:append() {
|
||||
fi
|
||||
}
|
||||
|
||||
PTEST_PATH = "${libdir}/${BPN}/tests"
|
||||
PTEST_PATH = "${libdir}/${BPN}/ptest"
|
||||
do_install_ptest() {
|
||||
install -d ${D}${PTEST_PATH}
|
||||
cp -r ${B}/tests/sdbus-c++-unit-tests ${D}${PTEST_PATH}
|
||||
}
|
||||
|
||||
FILES:${PN}-ptest =+ "${sysconfdir}/dbus-1/system.d/"
|
||||
FILES:${PN}-dev += "${bindir}/sdbus-c++-xml2cpp"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user