DPDK patches and discussions
 help / color / mirror / Atom feed
From: Anatoly Burakov <anatoly.burakov@intel.com>
To: dev@dpdk.org
Cc: stable@dpdk.org
Subject: [dpdk-dev] [PATCH] test: add missing fbarray autotest to meson
Date: Wed,  5 Dec 2018 16:26:00 +0000	[thread overview]
Message-ID: <d80ab587b486b8022d8dbc4bb43d43e363e39fc8.1544026736.git.anatoly.burakov@intel.com> (raw)

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

             reply	other threads:[~2018-12-05 16:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-05 16:26 Anatoly Burakov [this message]
2018-12-05 16:33 ` Richardson, Bruce
2018-12-20 22:22   ` [dpdk-dev] [dpdk-stable] " Thomas Monjalon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d80ab587b486b8022d8dbc4bb43d43e363e39fc8.1544026736.git.anatoly.burakov@intel.com \
    --to=anatoly.burakov@intel.com \
    --cc=dev@dpdk.org \
    --cc=stable@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).