X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Fmeson.build;h=2b9fdef74be064d7f9c2ebbb87bc9e1850b8a9a4;hb=cf407431dfd47f30acc3ad4a17cc44eff92ad98c;hp=3a34ebbf3a6f5f2fe46b1c252d84072ec07db6fc;hpb=75795fabd27437d399bbdf7888f0f2515a3feda4;p=dpdk.git diff --git a/app/meson.build b/app/meson.build index 3a34ebbf3a..2b9fdef74b 100644 --- a/app/meson.build +++ b/app/meson.build @@ -1,5 +1,9 @@ # SPDX-License-Identifier: BSD-3-Clause -# Copyright(c) 2017 Intel Corporation +# Copyright(c) 2017-2019 Intel Corporation + +if is_windows + subdir_done() +endif apps = [ 'pdump', @@ -10,6 +14,7 @@ apps = [ 'test-compress-perf', 'test-crypto-perf', 'test-eventdev', + 'test-pipeline', 'test-pmd'] # for BSD only @@ -64,3 +69,6 @@ foreach app:apps install: true) endif endforeach + +# special case the autotests +subdir('test')