contigmem: cleanup properly when load fails
[dpdk.git] / app / test-eventdev / meson.build
index 7ff2b78..9e588d9 100644 (file)
@@ -10,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'