libseccomp: add package for tests.

I wanted to run the tests manually on a target. Tests are now
built and packaged.

to run: /usr/lib/libseccomp/tests/regression -a

will add ptest later.

Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Armin Kuster
2014-09-04 14:35:21 -07:00
parent b584aa13f6
commit 93891d856d
@@ -18,6 +18,15 @@ do_configure() {
${S}/configure --prefix=${prefix} --libdir=${libdir}
}
do_compile_append() {
oe_runmake DESTDIR=${D} tests
}
do_install() {
oe_runmake DESTDIR=${D} install
oe_runmake DESTDIR=${D} install-tests
}
PACKAGES += "${PN}-tests "
FILES_${PN}-tests = "${libdir}/${BPN}/tests/*"
FILES_${PN}-dbg += "${libdir}/${BPN}/tests/.debug/*"