Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

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


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: