[dpdk-dev] test/test: add new tests in 18.02-rc2 to meson build

Message ID 20180130144126.241636-1-bruce.richardson@intel.com (mailing list archive)
State Accepted, archived
Delegated to: Bruce Richardson
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Bruce Richardson Jan. 30, 2018, 2:41 p.m. UTC
  Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
---
 test/test/meson.build | 6 ++++++
 1 file changed, 6 insertions(+)
  

Comments

Luca Boccassi Jan. 30, 2018, 3:20 p.m. UTC | #1
On Tue, 2018-01-30 at 14:41 +0000, Bruce Richardson wrote:
> Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
> ---
>  test/test/meson.build | 6 ++++++
>  1 file changed, 6 insertions(+)

Reviewed-by: Luca Boccassi <bluca@debian.org>

LGTM!
  
Bruce Richardson Jan. 30, 2018, 3:49 p.m. UTC | #2
On Tue, Jan 30, 2018 at 03:20:35PM +0000, Luca Boccassi wrote:
> On Tue, 2018-01-30 at 14:41 +0000, Bruce Richardson wrote:
> > Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
> > ---
> >  test/test/meson.build | 6 ++++++
> >  1 file changed, 6 insertions(+)
> 
> Reviewed-by: Luca Boccassi <bluca@debian.org>
> 
> LGTM!
> 
Applied to dpdk-next-build

/Bruce
  

Patch

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',