DPDK patches and discussions
 help / color / mirror / Atom feed
From: Bruce Richardson <bruce.richardson@intel.com>
To: dev@dpdk.org
Cc: Bruce Richardson <bruce.richardson@intel.com>
Subject: [dpdk-dev] [PATCH] test/test: add new tests in 18.02-rc2 to meson build
Date: Tue, 30 Jan 2018 14:41:26 +0000	[thread overview]
Message-ID: <20180130144126.241636-1-bruce.richardson@intel.com> (raw)

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
---
 test/test/meson.build | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/test/test/meson.build b/test/test/meson.build
index b8bae5afa..d5b768b9d 100644
--- a/test/test/meson.build
+++ b/test/test/meson.build
@@ -7,6 +7,7 @@ test_sources = files('commands.c',
 	'test_acl.c',
 	'test_alarm.c',
 	'test_atomic.c',
+	'test_barrier.c',
 	'test_byteorder.c',
 	'test_cmdline.c',
 	'test_cmdline_cirbuf.c',
@@ -70,6 +71,8 @@ test_sources = files('commands.c',
 	'test_power_acpi_cpufreq.c',
 	'test_power_kvm_vm.c',
 	'test_prefetch.c',
+	'test_reciprocal_division.c',
+	'test_reciprocal_division_perf.c',
 	'test_red.c',
 	'test_reorder.c',
 	'test_ring.c',
@@ -118,6 +121,7 @@ test_names = [
 	'acl_autotest',
 	'alarm_autotest',
 	'atomic_autotest',
+	'barrier_autotest',
 	'byteorder_autotest',
 	'cmdline_autotest',
 	'common_autotest',
@@ -184,6 +188,8 @@ test_names = [
 	'power_autotest',
 	'power_kvm_vm_autotest',
 	'prefetch_autotest',
+	'reciprocal_division',
+	'reciprocal_division_perf',
 	'red_all',
 	'red_autotest',
 	'red_perf',
-- 
2.14.3

             reply	other threads:[~2018-01-30 14:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-30 14:41 Bruce Richardson [this message]
2018-01-30 15:20 ` Luca Boccassi
2018-01-30 15:49   ` Bruce Richardson

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=20180130144126.241636-1-bruce.richardson@intel.com \
    --to=bruce.richardson@intel.com \
    --cc=dev@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).