All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ethtool: add ptest
@ 2013-07-11 13:28 Gabriel Barbu
  0 siblings, 0 replies; only message in thread
From: Gabriel Barbu @ 2013-07-11 13:28 UTC (permalink / raw)
  To: openembedded-core

Install ethtool test and run it as a ptest.

Signed-off-by: Gabriel Barbu <gabriel.barbu@enea.com>
---
 meta/recipes-extended/ethtool/ethtool-3.10/run-ptest |    2 ++
 meta/recipes-extended/ethtool/ethtool_3.10.bb        |   18 ++++++++++++++++--
 2 files changed, 18 insertions(+), 2 deletions(-)
 create mode 100644 meta/recipes-extended/ethtool/ethtool-3.10/run-ptest

diff --git a/meta/recipes-extended/ethtool/ethtool-3.10/run-ptest b/meta/recipes-extended/ethtool/ethtool-3.10/run-ptest
new file mode 100644
index 0000000..1e245da
--- /dev/null
+++ b/meta/recipes-extended/ethtool/ethtool-3.10/run-ptest
@@ -0,0 +1,2 @@
+#!/bin/sh
+make -k runtest-TESTS
diff --git a/meta/recipes-extended/ethtool/ethtool_3.10.bb b/meta/recipes-extended/ethtool/ethtool_3.10.bb
index aa8b129..83587d9 100644
--- a/meta/recipes-extended/ethtool/ethtool_3.10.bb
+++ b/meta/recipes-extended/ethtool/ethtool_3.10.bb
@@ -6,9 +6,23 @@ LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
                     file://ethtool.c;beginline=4;endline=17;md5=c19b30548c582577fc6b443626fc1216"
 
-SRC_URI = "${KERNELORG_MIRROR}/software/network/ethtool/ethtool-${PV}.tar.gz"
+SRC_URI = "${KERNELORG_MIRROR}/software/network/ethtool/ethtool-${PV}.tar.gz \
+           file://run-ptest"
 
 SRC_URI[md5sum] = "b41deb37143dfb86934a8f52cea853d2"
 SRC_URI[sha256sum] = "62f0a9cea954c32a2bdc2d2ece295fda5b915cfea56f5de97b997d8ebaae0381"
 
-inherit autotools
+inherit autotools ptest
+RDEPENDS_${PN}-ptest += "make"
+
+do_compile_ptest() {
+   oe_runmake buildtest-TESTS
+}
+
+do_install_ptest () {
+   cp ${B}/Makefile                 ${D}${PTEST_PATH}
+   install ${B}/test-cmdline        ${D}${PTEST_PATH}
+   install ${B}/test-features       ${D}${PTEST_PATH}
+   install ${B}/ethtool             ${D}${PTEST_PATH}/ethtool
+   sed -i 's/^Makefile/_Makefile/'  ${D}${PTEST_PATH}/Makefile
+}
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-07-11 13:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-11 13:28 [PATCH] ethtool: add ptest Gabriel Barbu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.