From: Anatoly Burakov Date: Wed, 5 Dec 2018 16:25:48 +0000 (+0000) Subject: test/mem: add external mem autotest to meson X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=01aa25644a465c6636672dee698c07dad2f37fec;p=dpdk.git test/mem: add external mem autotest to meson 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 --- diff --git a/test/test/meson.build b/test/test/meson.build index 554e9945f6..0914aa2582 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',