From: Anatoly Burakov Date: Wed, 5 Dec 2018 16:26:00 +0000 (+0000) Subject: test/fbarray: add to meson X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=025e949138e4f9c2544d290de24bee9822f89f53;p=dpdk.git test/fbarray: add to meson Currently, fbarray autotest is only built by make, but is missing from meson build files. Fixes: 7985860c18af ("test/fbarray: add autotests") Cc: stable@dpdk.org Signed-off-by: Anatoly Burakov Acked-by: Bruce Richardson --- diff --git a/test/test/meson.build b/test/test/meson.build index 0914aa2582..5a4816fedc 100644 --- a/test/test/meson.build +++ b/test/test/meson.build @@ -40,6 +40,7 @@ test_sources = files('commands.c', 'test_event_timer_adapter.c', 'test_eventdev.c', 'test_external_mem.c', + 'test_fbarray.c', 'test_func_reentrancy.c', 'test_flow_classify.c', 'test_hash.c', @@ -171,6 +172,7 @@ test_names = [ 'eventdev_octeontx_autotest', 'eventdev_sw_autotest', 'external_mem_autotest', + 'fbarray_autotest', 'func_reentrancy_autotest', 'flow_classify_autotest', 'hash_autotest',