Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] ethtool: add actual test names to make
@ 2013-11-21 20:20 Saul Wold
  0 siblings, 0 replies; only message in thread
From: Saul Wold @ 2013-11-21 20:20 UTC (permalink / raw)
  To: openembedded-core

Automake does not seem to be generating the correct target for buildtest-TESTS, which
the recipe was using.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 meta/recipes-extended/ethtool/ethtool_3.12.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/ethtool/ethtool_3.12.1.bb b/meta/recipes-extended/ethtool/ethtool_3.12.1.bb
index 19bca2f..6615009 100644
--- a/meta/recipes-extended/ethtool/ethtool_3.12.1.bb
+++ b/meta/recipes-extended/ethtool/ethtool_3.12.1.bb
@@ -16,7 +16,7 @@ inherit autotools ptest
 RDEPENDS_${PN}-ptest += "make"
 
 do_compile_ptest() {
-   oe_runmake buildtest-TESTS
+   oe_runmake test-cmdline test-features
 }
 
 do_install_ptest () {
-- 
1.8.3.1



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

only message in thread, other threads:[~2013-11-21 20:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-21 20:20 [PATCH] ethtool: add actual test names to make Saul Wold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox