Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

time/kunit: Add .kunitconfig

Add .kunitconfig file to the time directory to enable easy execution of
KUnit tests.

With the .kunitconfig, developers can run the tests:
$ ./tools/testing/kunit/kunit.py run --kunitconfig kernel/time

Also, add the new .kunitconfig file to the TIMEKEEPING section in the
MAINTAINERS file.

Signed-off-by: Ryota Sakamoto <sakamo.ryota@gmail.com>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Link: https://patch.msgid.link/20260223-add-time-kunitconfig-v1-1-1801eeb33ece@gmail.com

authored by

Ryota Sakamoto and committed by
Thomas Gleixner
bc47b2e8 ecfa23b4

+3
+1
MAINTAINERS
··· 26618 26618 F: include/linux/timex.h 26619 26619 F: include/uapi/linux/time.h 26620 26620 F: include/uapi/linux/timex.h 26621 + F: kernel/time/.kunitconfig 26621 26622 F: kernel/time/alarmtimer.c 26622 26623 F: kernel/time/clocksource* 26623 26624 F: kernel/time/ntp*
+2
kernel/time/.kunitconfig
··· 1 + CONFIG_KUNIT=y 2 + CONFIG_TIME_KUNIT_TEST=y