File: config

package info (click to toggle)
liburing 2.13-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,212 kB
  • sloc: ansic: 58,515; sh: 816; makefile: 598; cpp: 32
file content (14 lines) | stat: -rw-r--r-- 556 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copy this to config.local, uncomment and define values
#
# NOTE: any files or devices added here will be used by tests that take
# a file or device arguments This includes tests that are destructive with
# respect to data contents. They may get erased or overwritten as part of tests.
#
# 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"