aboutsummaryrefslogtreecommitdiff
path: root/test/common/Makefile.am
blob: 745b1d16ac20f5a89df8b53b98a40a31b907b853 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
include $(top_srcdir)/test/Makefile.inc

if cunit_support

noinst_LTLIBRARIES = libcunit_common.la libcpumask_common.la libthrmask_common.la

libcunit_common_la_SOURCES = odp_cunit_common.c odp_cunit_common.h
libcunit_common_la_LIBADD = $(CUNIT_LIBS)

libcpumask_common_la_SOURCES = mask_common.c mask_common.h

libthrmask_common_la_SOURCES = mask_common.c mask_common.h
libthrmask_common_la_CFLAGS = $(AM_CFLAGS) -DTEST_THRMASK

endif

noinst_HEADERS = test_common_macros.h \
		 test_packet_custom.h \
		 test_packet_ipsec.h \
		 test_packet_ipv4.h \
		 test_packet_ipv4_with_crc.h \
		 test_packet_ipv6.h

dist_test_SCRIPTS = run-test.sh