X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Fmeson.build;h=2b9fdef74be064d7f9c2ebbb87bc9e1850b8a9a4;hb=0c9da7555da8c8373dfd69f798f832723ae6de71;hp=a9a026bbfdcf421f4d87ac1024fe556b05094c50;hpb=57ae0ec6262076788b8b9acd4ed1527c3655f9a9;p=dpdk.git diff --git a/app/meson.build b/app/meson.build index a9a026bbfd..2b9fdef74b 100644 --- a/app/meson.build +++ b/app/meson.build @@ -1,11 +1,20 @@ # SPDX-License-Identifier: BSD-3-Clause -# Copyright(c) 2017 Intel Corporation +# Copyright(c) 2017-2019 Intel Corporation -apps = ['pdump', +if is_windows + subdir_done() +endif + +apps = [ + 'pdump', 'proc-info', + 'test-acl', 'test-bbdev', + 'test-cmdline', + 'test-compress-perf', 'test-crypto-perf', 'test-eventdev', + 'test-pipeline', 'test-pmd'] # for BSD only @@ -60,3 +69,6 @@ foreach app:apps install: true) endif endforeach + +# special case the autotests +subdir('test')