File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -2029,13 +2029,16 @@ config LKDTM
20292029 Documentation on how to use the module can be found in
20302030 Documentation/fault-injection/provoke-crashes.rst
20312031
2032- config TEST_CPUMASK
2033- tristate "cpumask tests " if !KUNIT_ALL_TESTS
2032+ config CPUMASK_KUNIT_TEST
2033+ tristate "KUnit test for cpumask " if !KUNIT_ALL_TESTS
20342034 depends on KUNIT
20352035 default KUNIT_ALL_TESTS
20362036 help
20372037 Enable to turn on cpumask tests, running at boot or module load time.
20382038
2039+ For more information on KUnit and unit tests in general, please refer
2040+ to the KUnit documentation in Documentation/dev-tools/kunit/.
2041+
20392042 If unsure, say N.
20402043
20412044config TEST_LIST_SORT
Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ obj-$(CONFIG_TEST_BPF) += test_bpf.o
6060obj-$(CONFIG_TEST_FIRMWARE) += test_firmware.o
6161obj-$(CONFIG_TEST_BITOPS) += test_bitops.o
6262CFLAGS_test_bitops.o += -Werror
63+ obj-$(CONFIG_CPUMASK_KUNIT_TEST) += cpumask_kunit.o
6364obj-$(CONFIG_TEST_SYSCTL) += test_sysctl.o
6465obj-$(CONFIG_TEST_SIPHASH) += test_siphash.o
6566obj-$(CONFIG_HASH_KUNIT_TEST) += test_hash.o
@@ -100,7 +101,6 @@ obj-$(CONFIG_TEST_HMM) += test_hmm.o
100101obj-$(CONFIG_TEST_FREE_PAGES) += test_free_pages.o
101102obj-$(CONFIG_KPROBES_SANITY_TEST) += test_kprobes.o
102103obj-$(CONFIG_TEST_REF_TRACKER) += test_ref_tracker.o
103- obj-$(CONFIG_TEST_CPUMASK) += test_cpumask.o
104104CFLAGS_test_fprobe.o += $(CC_FLAGS_FTRACE )
105105obj-$(CONFIG_FPROBE_SANITY_TEST) += test_fprobe.o
106106#
File renamed without changes.
You can’t perform that action at this time.
0 commit comments