* [dts] [PATCH V1] tests/TestSuite_vf_interrupt_pmd:support meson build method
@ 2020-09-11 3:09 Xie wei
2020-09-15 8:44 ` Tu, Lijuan
0 siblings, 1 reply; 2+ messages in thread
From: Xie wei @ 2020-09-11 3:09 UTC (permalink / raw)
To: dts; +Cc: Xie wei
remove 'make -C examples/xxx' method to build dpdk app.
Signed-off-by: Xie wei <weix.xie@intel.com>
---
tests/TestSuite_vf_interrupt_pmd.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/tests/TestSuite_vf_interrupt_pmd.py b/tests/TestSuite_vf_interrupt_pmd.py
index ac309506..56f11ee7 100644
--- a/tests/TestSuite_vf_interrupt_pmd.py
+++ b/tests/TestSuite_vf_interrupt_pmd.py
@@ -91,7 +91,6 @@ class TestVfInterruptPmd(TestCase):
use_dut.send_expect(
"sed -i -e '/DEV_RX_OFFLOAD_CHECKSUM,/d' \
./examples/l3fwd-power/main.c", "#", 10)
- out = use_dut.send_expect("make -C examples/l3fwd-power", "#")
out = use_dut.build_dpdk_apps("./examples/l3fwd-power")
self.path = use_dut.apps_name['l3fwd-power']
self.verify("Error" not in out, "compilation error")
--
2.17.1
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-09-15 8:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-11 3:09 [dts] [PATCH V1] tests/TestSuite_vf_interrupt_pmd:support meson build method Xie wei
2020-09-15 8:44 ` Tu, Lijuan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).