aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile
blob: 6656374fc3a512346a370649de7506a3fb80106c (plain)
1
2
3
4
5
6
7
8
9
10
11
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2017 Intel Corporation

include $(RTE_SDK)/mk/rte.vars.mk

DIRS-$(CONFIG_RTE_APP_TEST) += test
DIRS-$(CONFIG_RTE_LIBRTE_ACL) += test-acl
DIRS-$(CONFIG_RTE_LIBRTE_PIPELINE) += test-pipeline
DIRS-$(CONFIG_RTE_LIBRTE_CMDLINE) += cmdline_test

include $(RTE_SDK)/mk/rte.subdir.mk