/
githubmirror
/
liburing
Обзор
Документация
Войти
/
githubmirror
/
liburing
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
liburing-2.0
test/config
10 строк
326 B
Jens Axboe
tests: make the per-test device/file map TEST_MAP
12 фев 2021, 05:11
12 фев 2021, 05:11
b94dc28
Код
Авторство
О чём код?
# Copy this to config.local, uncomment and define values # # Define tests to exclude from running # TEST_EXCLUDE="" # # Define raw test devices (or files) for test cases, if any # declare -A TEST_MAP=() # # If no TEST_MAP entry exists for a test, use the ones given in TEST_FILES # TEST_FILES="/dev/somedevice /data/somefile"