[yocto] [meta-security][PATCH] libseccomp: add package for tests.

Armin Kuster akuster808 at gmail.com
Thu Sep 4 21:03:13 PDT 2014


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 at gmail.com>
---
 recipes-security/libseccomp/libseccomp_2.1.1.bb | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/recipes-security/libseccomp/libseccomp_2.1.1.bb b/recipes-security/libseccomp/libseccomp_2.1.1.bb
index 27fa259..0896f85 100644
--- a/recipes-security/libseccomp/libseccomp_2.1.1.bb
+++ b/recipes-security/libseccomp/libseccomp_2.1.1.bb
@@ -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 
+    oe_runmake  DESTDIR=${D} install-tests 
 }
+
+PACKAGES += "${PN}-tests "
+FILES_${PN}-tests = "${libdir}/${BPN}/tests/*"
+FILES_${PN}-dbg += "${libdir}/${BPN}/tests/.debug/*"
-- 
1.9.1




More information about the yocto mailing list