app/regex: add RegEx test application
[dpdk.git] / app / test-regex / Makefile
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright 2020 Mellanox Technologies, Ltd
3
4 include $(RTE_SDK)/mk/rte.vars.mk
5
6 APP = dpdk-test-regex
7
8 CFLAGS += -O3
9 CFLAGS += $(WERROR_FLAGS)
10
11 SRCS-y := main.c
12
13 include $(RTE_SDK)/mk/rte.app.mk