app/regex: add RegEx test application
[dpdk.git] / app / test-regex / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright 2020 Mellanox Technologies, Ltd
3
4 sources = files('main.c')
5 deps = ['regexdev']