app/test-sad: add test application for IPsec SAD
[dpdk.git] / app / test-sad / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2019 Intel Corporation
3
4 allow_experimental_apis = true
5 sources = files('main.c')
6 deps += ['ipsec', 'net']