xref: /dpdk/app/test-eventdev/meson.build (revision f88b0b892204d071a46a629b00424a8d47055ba4)
12ff67267SPavan Nikhilesh# SPDX-License-Identifier: BSD-3-Clause
22ff67267SPavan Nikhilesh# Copyright(c) 2017 Cavium, Inc
32ff67267SPavan Nikhilesh
4*634b7310SJie Zhouif is_windows
5*634b7310SJie Zhou    build = false
6*634b7310SJie Zhou    reason = 'not supported on Windows'
7*634b7310SJie Zhou    subdir_done()
8*634b7310SJie Zhouendif
9*634b7310SJie Zhou
1023bd8128SBruce Richardsonsources = files(
1123bd8128SBruce Richardson        'evt_main.c',
122ff67267SPavan Nikhilesh        'evt_options.c',
132ff67267SPavan Nikhilesh        'evt_test.c',
142ff67267SPavan Nikhilesh        'parser.c',
152ff67267SPavan Nikhilesh        'test_order_atq.c',
1623bd8128SBruce Richardson        'test_order_common.c',
172ff67267SPavan Nikhilesh        'test_order_queue.c',
182ff67267SPavan Nikhilesh        'test_perf_atq.c',
1923bd8128SBruce Richardson        'test_perf_common.c',
200d4ba749SPavan Nikhilesh        'test_perf_queue.c',
210d4ba749SPavan Nikhilesh        'test_pipeline_atq.c',
2223bd8128SBruce Richardson        'test_pipeline_common.c',
237d5cfaa7SBruce Richardson        'test_pipeline_queue.c',
2423bd8128SBruce Richardson)
25fa036e70SBruce Richardsondeps += 'eventdev'
26