test: enable installing app with meson
authorAnatoly Burakov <anatoly.burakov@intel.com>
Wed, 24 Jul 2019 15:47:31 +0000 (16:47 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 30 Jul 2019 09:22:19 +0000 (11:22 +0200)
commitcef26406ba22124a6ad6441a7ffee62bb44e9581
treecd91295218a401c4426a66aa54617cf37a3b436f
parent6f327ba1a38eac5a27e2d7279132e07b1ca83f1d
test: enable installing app with meson

Currently, the test app is not being installed by default when
built and installed with meson build system. Fix that to enable
installation of the test app alongside other DPDK apps.

Fixes: b5dc795a8a55 ("test: build app with meson as dpdk-test")
Cc: stable@dpdk.org
Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
app/test/meson.build