aboutsummaryrefslogtreecommitdiff
path: root/test/linux-generic/Makefile.inc
blob: 30b56e263570014597d135a4468429333c30cadf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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

AM_CPPFLAGS += $(CUNIT_CPPFLAGS)

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

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