]> git.droids-corp.org - dpdk.git/commit
doc: add a guide for developing unit tests
authorAaron Conole <aconole@redhat.com>
Fri, 15 Oct 2021 17:06:04 +0000 (13:06 -0400)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 26 Nov 2021 16:50:09 +0000 (17:50 +0100)
commit959710f16d51f6f93970c0fad1d11902a3dfe7b3
tree00ed0e234638496cde7c868f1da7e86cc6cb81e6
parentf2577859be81d9324d009d828a4dd6c6d92cd27d
doc: add a guide for developing unit tests

The DPDK testing infrastructure includes a comprehensive set of
libraries, utilities, and CI integrations for developers to test
their code changes.  This isn't well documented, however.

Document the basics for adding a test suite to the infrastructure
and enabling that test suite for continuous integration platforms
so that newer developers can understand how to develop test suites
and test cases.

Signed-off-by: Aaron Conole <aconole@redhat.com>
Acked-by: Ciara Power <ciara.power@intel.com>
Acked-by: Fan Zhang <roy.fan.zhang@intel.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
doc/guides/contributing/index.rst
doc/guides/contributing/unit_test.rst [new file with mode: 0644]