/
phprus
/
github_dpdk
Обзор
Документация
Войти
/
phprus
/
github_dpdk
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
app/test-eventdev/meson.build
30 строк
687 B
Luka Jankovic
app/eventdev: add atomic ATQ test
11 мар 2025, 14:47
11 мар 2025, 14:47
2c1d945
Код
Авторство
О чём код?
# SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2017 Cavium, Inc if is_windows build = false reason = 'not supported on Windows' subdir_done() endif sources = files( 'evt_main.c', 'evt_options.c', 'evt_test.c', 'parser.c', 'test_atomic_atq.c', 'test_atomic_common.c', 'test_atomic_queue.c', 'test_order_atq.c', 'test_order_common.c', 'test_order_queue.c', 'test_perf_atq.c', 'test_perf_common.c', 'test_perf_queue.c', 'test_pipeline_atq.c', 'test_pipeline_common.c', 'test_pipeline_queue.c', ) deps += 'eventdev' cflags += no_wvla_cflag