test/mem: add external mem autotest to meson
authorAnatoly Burakov <anatoly.burakov@intel.com>
Wed, 5 Dec 2018 16:25:48 +0000 (16:25 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 20 Dec 2018 22:16:12 +0000 (23:16 +0100)
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

index 554e994..0914aa2 100644 (file)
@@ -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',