X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Fmeson.build;h=e949624b701d9b427e663f1b4cd129f17597ef84;hb=fa647c5722b86cdabb1ed60701ef7eb6095bbd66;hp=8bdf4f58129fd815e8ed81cba82ff86bb648c989;hpb=0c36081db2b0994c6e5cde3c07c358bbc092c3a3;p=dpdk.git diff --git a/app/meson.build b/app/meson.build index 8bdf4f5812..e949624b70 100644 --- a/app/meson.build +++ b/app/meson.build @@ -1,14 +1,20 @@ # SPDX-License-Identifier: BSD-3-Clause -# Copyright(c) 2017 Intel Corporation +# Copyright(c) 2017-2019 Intel Corporation + +if host_machine.system() == '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 @@ -63,3 +69,6 @@ foreach app:apps install: true) endif endforeach + +# special case the autotests +subdir('test')