mirror of
https://github.com/openharmony/third_party_liburing.git
synced 2026-07-21 07:05:34 -04:00
0ae77b95ef
Signed-off-by: fangzhiyi18 <fangzhiyi1@huawei.com>
15 lines
556 B
Plaintext
15 lines
556 B
Plaintext
# 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"
|