devtools: fix test of ninja install
authorThomas Monjalon <thomas@monjalon.net>
Sat, 14 Sep 2019 08:56:32 +0000 (10:56 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 15 Sep 2019 18:51:04 +0000 (20:51 +0200)
commitbd253daa7717835f88bbc58b09a94d0060380396
tree2e3cd1249e763fd0f8d798260e9563a89f028ce3
parentbe7e90917e481ce593ef7b44bc2043ddc861ac9c
devtools: fix test of ninja install

When trying to compile some examples with libdpdk.pc,
the right environment (for default target) was not loaded.
The consequence is to not detect some dependencies because
of missing directories in PKG_CONFIG_PATH.

The environment preparation is moved to a dedicate function,
and called for the default target (cc),
before testing the install output of the default build.

Fixes: 272236741258 ("devtools: load target-specific compilation environment")

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
devtools/test-meson-builds.sh