]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
time/kunit: Add .kunitconfig
authorRyota Sakamoto <sakamo.ryota@gmail.com>
Mon, 23 Feb 2026 06:23:24 +0000 (15:23 +0900)
committerThomas Gleixner <tglx@kernel.org>
Tue, 24 Feb 2026 07:41:51 +0000 (08:41 +0100)
commitbc47b2e823914966c15a09422f8fc3aa98d34c1b
treee212ea7b0784203fbdf6f03811c44cceb9c12991
parentecfa23b486b22844855844202424bc1966cebb33
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
MAINTAINERS
kernel/time/.kunitconfig [new file with mode: 0644]