* [dpdk-dev] [PATCH] test: add missing external mem autotest to meson
@ 2018-12-05 16:25 Anatoly Burakov
2018-12-20 22:16 ` [dpdk-dev] [dpdk-stable] " Thomas Monjalon
0 siblings, 1 reply; 2+ messages in thread
From: Anatoly Burakov @ 2018-12-05 16:25 UTC (permalink / raw)
To: dev; +Cc: stable
The 'external_mem_autotest' was defined in the meson build, but
the actual source file was not being compiled by meson.
Fixes: b270daa43b3d ("test: support external memory")
Cc: stable@dpdk.org
Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
---
test/test/meson.build | 1 +
1 file changed, 1 insertion(+)
diff --git a/test/test/meson.build b/test/test/meson.build
index 554e9945f..0914aa258 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_external_mem.c',
'test_func_reentrancy.c',
'test_flow_classify.c',
'test_hash.c',
--
2.17.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dpdk-dev] [dpdk-stable] [PATCH] test: add missing external mem autotest to meson
2018-12-05 16:25 [dpdk-dev] [PATCH] test: add missing external mem autotest to meson Anatoly Burakov
@ 2018-12-20 22:16 ` Thomas Monjalon
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2018-12-20 22:16 UTC (permalink / raw)
To: Anatoly Burakov; +Cc: stable, dev
05/12/2018 17:25, Anatoly Burakov:
> The 'external_mem_autotest' was defined in the meson build, but
> the actual source file was not being compiled by meson.
>
> Fixes: b270daa43b3d ("test: support external memory")
> Cc: stable@dpdk.org
>
> Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
Applied, thanks
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-12-20 22:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-05 16:25 [dpdk-dev] [PATCH] test: add missing external mem autotest to meson Anatoly Burakov
2018-12-20 22:16 ` [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).