examples/ipsec-secgw: add event port-lcore link
[dpdk.git] / app / meson.build
index 2b9fdef..75aa161 100644 (file)
@@ -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