X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest-eventdev%2Fmeson.build;h=9e588d9ec7c7806c90ddceea119dd61a9a001d50;hb=439009e4ef3469ff1cd68d4ec71ca922f3a6d68f;hp=a81dcd1313ee94ff41a8882797c5f223489c582c;hpb=fa036e70d794f45a4a39fe8256892c45292ecaea;p=dpdk.git diff --git a/app/test-eventdev/meson.build b/app/test-eventdev/meson.build index a81dcd1313..9e588d9ec7 100644 --- a/app/test-eventdev/meson.build +++ b/app/test-eventdev/meson.build @@ -1,7 +1,6 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2017 Cavium, Inc -allow_experimental_apis = true sources = files('evt_main.c', 'evt_options.c', 'evt_test.c', @@ -11,5 +10,8 @@ sources = files('evt_main.c', 'test_order_queue.c', 'test_perf_common.c', 'test_perf_atq.c', - 'test_perf_queue.c') + 'test_perf_queue.c', + 'test_pipeline_common.c', + 'test_pipeline_atq.c', + 'test_pipeline_queue.c') deps += 'eventdev'