/
githubmirror
/
nvme-cli
Обзор
Документация
Войти
/
githubmirror
/
nvme-cli
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/unit/meson.build
9 строк
245 B
Daniel Wagner
tests: move all tests under tests directory
10 авг 2026, 17:30
10 авг 2026, 17:30
99b4d02
Код
Авторство
О чём код?
# SPDX-License-Identifier: GPL-2.0-or-later # # Fast unit tests that need no NVMe hardware and no built nvme binary. # CLI-driven tests live in ../cli/; device tests live in ../e2e/. if host_system == 'linux' subdir('c') endif subdir('py')