Skip to content

Commit

Permalink
test: enable installing app with meson
Browse files Browse the repository at this point in the history
[ upstream commit cef2640 ]

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: b5dc795 ("test: build app with meson as dpdk-test")

Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
  • Loading branch information
anatolyburakov authored and kevintraynor committed Sep 4, 2019
1 parent 797ad03 commit 1683558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test/meson.build
Expand Up @@ -294,7 +294,7 @@ if get_option('tests')
dependencies: test_dep_objs,
c_args: [cflags, '-DALLOW_EXPERIMENTAL_API'],
install_rpath: driver_install_path,
install: false)
install: true)

# some perf tests (eg: memcpy perf autotest)take very long
# to complete, so timeout to 10 minutes
Expand Down

0 comments on commit 1683558

Please sign in to comment.