net/cxgbe: remove legacy 16-bit link capabilities
[dpdk.git] / app / test-eventdev / meson.build
index a81dcd1..9e588d9 100644 (file)
@@ -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'