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: sta...@dpdk.org Signed-off-by: Anatoly Burakov <anatoly.bura...@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