X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=inline;f=app%2Fmeson.build;h=75aa16114894ebca035b00e0882a99161db4336d;hb=d7bcfb9707fac1f67a1dda0d6cd35f829fc89d1a;hp=2b9fdef74be064d7f9c2ebbb87bc9e1850b8a9a4;hpb=adf93ca564c73183e1c705cd7f35b98f3a660228;p=dpdk.git diff --git a/app/meson.build b/app/meson.build index 2b9fdef74b..75aa161148 100644 --- a/app/meson.build +++ b/app/meson.build @@ -14,17 +14,16 @@ apps = [ 'test-compress-perf', 'test-crypto-perf', 'test-eventdev', + 'test-fib', 'test-pipeline', - 'test-pmd'] + 'test-pmd', + 'test-sad'] # for BSD only lib_execinfo = cc.find_library('execinfo', required: false) default_cflags = machine_args -# specify -D_GNU_SOURCE unconditionally -default_cflags += '-D_GNU_SOURCE' - foreach app:apps build = true name = app