aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-01-11 16:42:07 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-01-11 16:42:07 +0100
commit98657d5dee59fbe84e6a53aa481edb6a82185ab3 (patch)
treea493bfef34164ffb73e1a6101ed107e4468a3ec0 /openbsc/tests
parent39315c47989326275823d1589425ee62d15bc823 (diff)
misc: Fix compilation of the test cases.
Diffstat (limited to 'openbsc/tests')
-rw-r--r--openbsc/tests/channel/Makefile.am5
-rw-r--r--openbsc/tests/channel/channel_test.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/openbsc/tests/channel/Makefile.am b/openbsc/tests/channel/Makefile.am
index 564cbafe2..6b9f6e3cb 100644
--- a/openbsc/tests/channel/Makefile.am
+++ b/openbsc/tests/channel/Makefile.am
@@ -13,6 +13,9 @@ channel_test_SOURCES = channel_test.c \
$(top_srcdir)/src/talloc.c \
$(top_srcdir)/src/gsm_data.c \
$(top_srcdir)/src/signal.c \
- $(top_srcdir)/src/statistics.c
+ $(top_srcdir)/src/statistics.c \
+ $(top_srcdir)/src/bts_ipaccess_nanobts.c \
+ $(top_srcdir)/src/bts_siemens_bs11.c \
+ $(top_srcdir)/src/tlv_parser.c
channel_test_LDADD = -ldl -ldbi
diff --git a/openbsc/tests/channel/channel_test.c b/openbsc/tests/channel/channel_test.c
index 1b01878b5..36d057273 100644
--- a/openbsc/tests/channel/channel_test.c
+++ b/openbsc/tests/channel/channel_test.c
@@ -77,3 +77,5 @@ void nm_state_event() {}
void input_event() {}
void sms_alloc() {}
+struct tlv_definition nm_att_tlvdef;
+