aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-dpdk/test/Makefile.inc
blob: a54d178562cdcb567fd92055cca17a58dd83f527 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# The following definitions may be used by platform tests that wish to
# build specific ODP applications, (i.e those whose do more than validation
# test wrapping)

AM_LDFLAGS += -static

LIBCUNIT_COMMON = $(top_builddir)/test/validation/common/libcunit_common.la
LIB   = $(top_builddir)/lib
LIBODP = $(LIB)/libodphelper-linux.la $(LIB)/libodp-dpdk.la

INCCUNIT_COMMON = -I$(top_srcdir)/test/validation/common
INCODP = -I$(top_srcdir)/test \
	 -I$(top_srcdir)/platform/@with_platform@/include \
	 -I$(top_srcdir)/platform/@with_platform@/arch/$(ARCH_DIR) \
	 -I$(top_srcdir)/include \
	 -I$(top_srcdir)/helper/include