How is the Linux kernel tested ?

前端 未结 13 1800
轻奢々
轻奢々 2020-11-30 15:50

How do the Linux kernel developers test their code locally and after they have it committed? Do they use some kind of unit testing, build automation? test plans?

13条回答
  •  臣服心动
    2020-11-30 16:31

    There also are:

    MMTests which is collection of benchmarks and scripts to analyze the results

    https://github.com/gormanm/mmtests

    Trinity which is Linux system call fuzz tester

    http://codemonkey.org.uk/projects/trinity/

    Also the LTP pages at the sourceforge are quite outdated and the project has moved to GitHub https://github.com/linux-test-project/ltp

提交回复
热议问题