Hi Aaron,
-----Original Message-----
From: dev <redacted> On Behalf Of Aaron Conole
Sent: Wednesday, July 14, 2021 5:41 PM
To: dev@dpdk.org
Cc: David Marchand <redacted>; Richardson, Bruce
[off-list ref]; Yigit, Ferruh [off-list ref];
Power, Ciara [off-list ref]
Subject: [dpdk-dev] [PATCH v4] guides: 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: Fan Zhang <redacted>