open5gs/test/Makefile.am

37 lines
881 B
Makefile
Raw Normal View History

2017-02-03 08:00:22 +00:00
## Process this file with automake to produce Makefile.in.
2017-07-11 05:16:15 +00:00
bin_PROGRAMS = testepc
2017-02-03 08:00:22 +00:00
2017-07-11 05:16:15 +00:00
testepc_SOURCES = \
2017-02-03 08:00:22 +00:00
abts.h abts_tests.h testutil.h \
2017-03-05 06:02:12 +00:00
abts.c testutil.c tests1ap.h tests1ap.c \
2017-07-13 01:31:07 +00:00
base_test.c \
2017-03-12 01:23:49 +00:00
s1ap_message_test.c nas_message_test.c gtp_message_test.c \
security_test.c \
2017-03-05 07:49:57 +00:00
s1ap_sm_test.c nas_sm_test.c
2017-02-03 08:00:22 +00:00
2017-07-11 05:16:15 +00:00
testepc_LDADD = \
$(top_srcdir)/src/libepc.la
2017-02-03 08:00:22 +00:00
AM_CPPFLAGS = \
-I$(top_srcdir)/lib/core/include \
2017-07-13 01:31:07 +00:00
-I$(top_srcdir)/lib/base \
2017-02-28 01:20:02 +00:00
-I$(top_srcdir)/lib/s1ap/asn1c \
-I$(top_srcdir)/lib/s1ap \
-I$(top_srcdir)/lib/nas \
-I$(top_srcdir)/lib/s6a \
2017-03-12 01:23:49 +00:00
-I$(top_srcdir)/lib/gtp \
2017-03-04 14:48:04 +00:00
-I$(top_srcdir)/src/mme \
2017-03-06 12:45:41 +00:00
-I$(top_srcdir)/src/hss \
2017-04-05 11:09:13 +00:00
-I$(top_srcdir)/src/sgw \
2017-03-04 14:48:04 +00:00
-I$(top_srcdir)/src
2017-02-03 08:00:22 +00:00
AM_CFLAGS = \
2017-03-12 01:50:09 +00:00
-Wall -Werror \
-Wno-unused-function -Wno-unused-variable
2017-02-03 08:00:22 +00:00
2017-07-11 05:16:15 +00:00
TESTS = testepc
2017-02-03 08:00:22 +00:00
MAINTAINERCLEANFILES = Makefile.in
MOSTLYCLEANFILES = core *.stackdump