test/dma: run test suite on skeleton driver
authorBruce Richardson <bruce.richardson@intel.com>
Wed, 13 Oct 2021 15:17:31 +0000 (16:17 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 18 Oct 2021 09:19:27 +0000 (11:19 +0200)
commit7f699229857e194ec07d0aabd3fb746728366fef
tree6a4b377839c50ebd7c92874b9500cd01238b76d6
parent8febcbe1dc3099eae857838cdbc40a38e95c3dbe
test/dma: run test suite on skeleton driver

When running the dmadev_autotest, run the suite of copy tests on the
skeleton driver created for API testing too, rather than just destroying
the driver instances once the API tests are complete. This helps to
sanity check the tests themselves are reasonable.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Reviewed-by: Kevin Laatz <kevin.laatz@intel.com>
app/test/test_dmadev.c