]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
tools/rtla: Add unit tests for utils.c
authorCosta Shulyupin <costa.shul@redhat.com>
Mon, 19 Jan 2026 10:58:57 +0000 (12:58 +0200)
committerTomas Glozar <tglozar@redhat.com>
Wed, 4 Mar 2026 14:51:56 +0000 (15:51 +0100)
commit3a4080e5e426352a78f944db0ff29e029d89193b
tree555d744f5d71e24b4f462d0031b9dcd04bd530cf
parent153e211fc74a096cbd3570ca7388ab4cbeadc6c5
tools/rtla: Add unit tests for utils.c

Add unit tests for utility functions in src/utils.c using the Check
testing framework. The tests verify parse_cpu_set(), strtoi(), and
parse_prio() functions.

Unit tests are built conditionally when libcheck is available.
Run tests with 'make unit-test'.

The test framework uses the Check library which provides process
isolation for each test, preventing failures in one test from
affecting others.

Signed-off-by: Costa Shulyupin <costa.shul@redhat.com>
Link: https://lore.kernel.org/r/20260119105857.797498-3-costa.shul@redhat.com
Signed-off-by: Tomas Glozar <tglozar@redhat.com>
tools/tracing/rtla/Build
tools/tracing/rtla/Makefile
tools/tracing/rtla/Makefile.config
tools/tracing/rtla/README.txt
tools/tracing/rtla/tests/unit/Build [new file with mode: 0644]
tools/tracing/rtla/tests/unit/Makefile.unit [new file with mode: 0644]
tools/tracing/rtla/tests/unit/unit_tests.c [new file with mode: 0644]