DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] test: add missing fbarray autotest to meson
@ 2018-12-05 16:26 Anatoly Burakov
  2018-12-05 16:33 ` Richardson, Bruce
  0 siblings, 1 reply; 3+ messages in thread
From: Anatoly Burakov @ 2018-12-05 16:26 UTC (permalink / raw)
  To: dev; +Cc: stable

Currently, fbarray autotest is only built by make, but is
missing from meson build files.

Fixes: 7985860c18af ("test/fbarray: add autotests")
Cc: stable@dpdk.org

Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
---
 test/test/meson.build | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/test/meson.build b/test/test/meson.build
index 554e9945f..1c945ed3d 100644
--- a/test/test/meson.build
+++ b/test/test/meson.build
@@ -39,6 +39,7 @@ test_sources = files('commands.c',
 	'test_event_eth_tx_adapter.c',
 	'test_event_timer_adapter.c',
 	'test_eventdev.c',
+	'test_fbarray.c',
 	'test_func_reentrancy.c',
 	'test_flow_classify.c',
 	'test_hash.c',
@@ -170,6 +171,7 @@ test_names = [
 	'eventdev_octeontx_autotest',
 	'eventdev_sw_autotest',
 	'external_mem_autotest',
+	'fbarray_autotest',
 	'func_reentrancy_autotest',
 	'flow_classify_autotest',
 	'hash_autotest',
-- 
2.17.1

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-12-20 22:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-05 16:26 [dpdk-dev] [PATCH] test: add missing fbarray autotest to meson Anatoly Burakov
2018-12-05 16:33 ` Richardson, Bruce
2018-12-20 22:22   ` [dpdk-dev] [dpdk-stable] " Thomas Monjalon

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).