File: config

package info (click to toggle)
liburing 2.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,060 kB
  • sloc: ansic: 33,021; sh: 600; makefile: 407; cpp: 32
file content (10 lines) | stat: -rw-r--r-- 326 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
# 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"