6 ms·
Unit testing doesn't account for many lines in the Linux kernel. I see 33 test suites. $ find include/kunit/ -type f | xargs wc -l --total=only 2418
by tleb_ 3y ago
Unit testing doesn't account for many lines in the Linux kernel. I see 33 test suites.
$ find include/kunit/ -type f | xargs wc -l --total=only
2418
$ git grep -lE '^kunit_test_suites\(' | xargs wc -l --total=only
17838