[dpdk-dev] [PATCH 1/2] tests: Fix unit tests for shared builds
Bruce Richardson
bruce.richardson at intel.com
Thu Aug 1 18:52:49 CEST 2019
On Wed, Jul 31, 2019 at 10:50:29AM -0400, Aaron Conole wrote:
> From: Michael Santana <msantana at redhat.com>
>
> Currently many unit tests fail when running tests under shared builds.
> This happens because of missing driver dependencies. This is fixed by
> explicitly linking in missing drivers for the test application.
>
> before and after (clang):
> https://travis-ci.com/Maickii/dpdk-2/jobs/212329160#L623
> https://travis-ci.com/Maickii/dpdk-2/jobs/212335912#L620
>
> Suggested-by: Bruce Richardson <bruce.richardson at intel.com>
> Suggested-by: David Marchand <david.marchand at redhat.com>
> Signed-off-by: Michael Santana <msantana at redhat.com>
> Signed-off-by: Aaron Conole <aconole at redhat.com>
> ---
> app/test/meson.build | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
Acked-by: Bruce Richardson <bruce.richardson at intel.com>
More information about the dev
mailing list