X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Fmeson.build;h=71109cc422142c0cf9d3384fe76f7f50997b641d;hb=e40303eb0ff6389fab499ddc55a8203276451232;hp=e949624b701d9b427e663f1b4cd129f17597ef84;hpb=fa647c5722b86cdabb1ed60701ef7eb6095bbd66;p=dpdk.git diff --git a/app/meson.build b/app/meson.build index e949624b70..71109cc422 100644 --- a/app/meson.build +++ b/app/meson.build @@ -1,7 +1,7 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2017-2019 Intel Corporation -if host_machine.system() == 'windows' +if is_windows subdir_done() endif @@ -15,16 +15,14 @@ apps = [ 'test-crypto-perf', 'test-eventdev', '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