X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest%2Fmeson.build;h=777c536ae0d0a7ba97febbf263d2289929142348;hb=acec04c4b2f5;hp=351d29cb657da1249ff04e11e636ca52ca5640a6;hpb=77784ef0fba80c899437000271a31710001ea63e;p=dpdk.git diff --git a/app/test/meson.build b/app/test/meson.build index 351d29cb65..777c536ae0 100644 --- a/app/test/meson.build +++ b/app/test/meson.build @@ -355,7 +355,6 @@ if dpdk_conf.has('RTE_LIBRTE_PDUMP') test_deps += 'pdump' endif -cflags = machine_args if cc.has_argument('-Wno-format-truncation') cflags += '-Wno-format-truncation' endif @@ -393,7 +392,7 @@ dpdk_test = executable('dpdk-test', test_sources, link_whole: link_libs, dependencies: test_dep_objs, - c_args: [cflags, '-DALLOW_EXPERIMENTAL_API'], + c_args: cflags, install_rpath: driver_install_path, install: true)