Re: [dpdk-dev] [PATCH v3] guides: add a guide for developing unit tests

2021-06-01 Thread Aaron Conole
Ferruh Yigit writes: > On 3/9/2021 3:57 PM, Aaron Conole wrote: >> 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

Re: [dpdk-dev] [PATCH v3] guides: add a guide for developing unit tests

2021-05-31 Thread Ferruh Yigit
On 3/9/2021 3:57 PM, Aaron Conole wrote: > 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 infrastru

[dpdk-dev] [PATCH v3] guides: add a guide for developing unit tests

2021-03-09 Thread Aaron Conole
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 i