devtools: test pkg-config file
authorBruce Richardson <bruce.richardson@intel.com>
Tue, 2 Jul 2019 14:44:43 +0000 (15:44 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 2 Jul 2019 16:10:02 +0000 (18:10 +0200)
commit7f80a2102bbb842a528ac17bcfc52e46865602df
treeb41ee7e71b0a54e9c31b3828c45460872cdbc558
parentd6917418e4e92a1d4ac0198ffb622cdce9d782a9
devtools: test pkg-config file

The pkg-config file generated as part of the build of DPDK should allow
applications to be built with an installed DPDK. We can test this as
part of the build by doing an install of DPDK to a temporary directory
within the build folder, and by then compiling up a few sample apps
using make working off that directory.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Luca Boccassi <bluca@debian.org>
devtools/test-meson-builds.sh