| /linux/Documentation/translations/zh_TW/dev-tools/ |
| H A D | testing-overview.rst | 19 大多數內核測試都是用kselftest或KUnit框架之一編寫的。它們都讓運行測試 23 kselftest。 25 KUnit和kselftest的區別 50 kselftest(Documentation/dev-tools/kselftest.rst),相對來說,大量用 54 如生成進程之類)。然而,從kselftest直接調用內核函數是不行的。這也就 56 戶空間的內核功能才能使用kselftest來測試。爲此,有些測試包含了一個伴 60 kselftest也因此非常適合於全部功能的測試,因爲這些功能會將接口暴露到 64 比如,一個新的系統調用應該伴隨有新的kselftest測試。 105 這些工具傾向於對內核進行整體測試,並且不像kselftest和KUnit一樣“傳遞”。 106 它們可以通過在啓用這些工具時運行內核測試以與kselftest或KUnit結合起來: [all …]
|
| H A D | index.rst | 41 - kselftest
|
| /linux/tools/testing/selftests/ |
| H A D | Makefile | 147 # "make quicktest=1 kselftest" from top level Makefile 182 # Append kselftest to KBUILD_OUTPUT and O to avoid cluttering 203 BUILD := $(abs_objtree)/kselftest 275 TEST_LIST := $(INSTALL_PATH)/kselftest-list.txt 280 mkdir -p $(INSTALL_PATH)/kselftest 281 install -m 744 kselftest/module.sh $(INSTALL_PATH)/kselftest/ 282 install -m 744 kselftest/runner.sh $(INSTALL_PATH)/kselftest/ 283 install -m 744 kselftest/prefi [all...] |
| H A D | gen_kselftest_tar.sh | 44 install_name=kselftest 51 (cd "$install_work"; tar $copts "$dest"/kselftest${ext} $install_name)
|
| H A D | run_kselftest.sh | 4 # Run installed kselftest tests. 10 TESTS="$BASE_DIR"/kselftest-list.txt 18 . ./kselftest/runner.sh 152 [ -w /dev/kmsg ] && echo "kselftest: Running tests in $collection" >> /dev/kmsg
|
| H A D | lib.mk | 105 . $(selfdir)/kselftest/runner.sh; \ 222 LOCAL_HDRS += $(selfdir)/kselftest_harness.h $(selfdir)/kselftest.h
|
| /linux/tools/testing/selftests/arm64/ |
| H A D | README | 11 $ make TARGETS=arm64 kselftest-clean 12 $ make TARGETS=arm64 kselftest 25 Documentation/dev-tools/kselftest.rst
|
| /linux/tools/testing/selftests/riscv/ |
| H A D | README | 10 $ make TARGETS=riscv kselftest-clean 11 $ make TARGETS=riscv kselftest 24 Documentation/dev-tools/kselftest.rst
|
| /linux/Documentation/dev-tools/ |
| H A D | testing-overview.rst | 16 The bulk of kernel tests are written using either the kselftest or KUnit 22 parts of the kernel — then you'll want to use KUnit or kselftest. 25 The Difference Between KUnit and kselftest 47 kselftest (Documentation/dev-tools/kselftest.rst), on the other hand, is 53 However, it's not possible to call kernel functions directly from kselftest. 55 (e.g. by a syscall, device, filesystem, etc.) can be tested with kselftest. To 60 kselftest is therefore suited well to tests of whole features, as these will 64 For example, all new system calls should be accompanied by kselftest tests. 113 kselftest or KUnit tests. They can be combined with KUnit or kselftest by 117 Some of these tools integrate with KUnit or kselftest and will
|
| H A D | index.rst | 35 kselftest
|
| /linux/tools/testing/selftests/resctrl/ |
| H A D | README | 15 resctrl_tests can be run with or without kselftest framework. 31 Using kselftest framework will run all supported tests within resctrl_tests: 35 More details about kselftest framework can be found in 36 Documentation/dev-tools/kselftest.rst.
|
| /linux/tools/testing/selftests/kselftest/ |
| H A D | runner.sh | 13 . ${BASE_DIR}/kselftest/ktap_helpers.sh 35 "$BASE_DIR"/kselftest/prefix.pl 84 # Load per-test-directory kselftest "settings" file. 161 source $BASE_DIR/kselftest/runner.sh
|
| /linux/tools/testing/selftests/arm64/fp/ |
| H A D | README | 1 This directory contains a mix of tests integrated with kselftest and 4 kselftest tests 10 Running the non-kselftest tests
|
| /linux/tools/testing/selftests/lib/ |
| H A D | scanf.sh | |
| H A D | bitmap.sh | 3 $(dirname $0)/../kselftest/module.sh "bitmap" test_bitmap
|
| H A D | printf.sh | |
| H A D | prime_numbers.sh | |
| /linux/tools/testing/selftests/net/packetdrill/ |
| H A D | Makefile | 7 ../../kselftest/ktap_helpers.sh \
|
| /linux/tools/testing/selftests/uevent/ |
| H A D | Makefile | 11 uevent_filtering: uevent_filtering.c ../kselftest.h ../kselftest_harness.h
|
| /linux/Documentation/translations/zh_CN/dev-tools/ |
| H A D | index.rst | 38 - kselftest
|
| /linux/Documentation/translations/zh_CN/rust/ |
| H A D | testing.rst | 217 make TARGETS="rust" kselftest 219 请参阅 Documentation/dev-tools/kselftest.rst 文档以获取更多信息。
|
| /linux/tools/testing/selftests/dt/ |
| H A D | test_unprobed_devices.sh | 18 source "${DIR}"/../kselftest/ktap_helpers.sh
|
| /linux/tools/testing/selftests/power_supply/ |
| H A D | test_power_supply_properties.sh | 13 . "${DIR}"/../kselftest/ktap_helpers.sh
|
| /linux/tools/testing/selftests/cpufreq/ |
| H A D | main.sh | 11 source "${DIR}"/../kselftest/ktap_helpers.sh
|
| /linux/tools/testing/selftests/vDSO/ |
| H A D | vdso_test_getrandom.c | 239 static void kselftest(void) in kselftest() function 300 kselftest(); in main()
|