Currently, fbarray autotest is only built by make, but is missing from meson build files.
Fixes: 7985860c18af ("test/fbarray: add autotests") Cc: sta...@dpdk.org Signed-off-by: Anatoly Burakov <anatoly.bura...@intel.com> --- test/test/meson.build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test/meson.build b/test/test/meson.build index 554e9945f..1c945ed3d 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_fbarray.c', 'test_func_reentrancy.c', 'test_flow_classify.c', 'test_hash.c', @@ -170,6 +171,7 @@ test_names = [ 'eventdev_octeontx_autotest', 'eventdev_sw_autotest', 'external_mem_autotest', + 'fbarray_autotest', 'func_reentrancy_autotest', 'flow_classify_autotest', 'hash_autotest', -- 2.17.1