aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2009-02-06 22:16:52 +0000
committerHolger Freyther <zecke@selfish.org>2009-02-06 22:16:52 +0000
commit72b250b77984ecfa72c7419dbaf7a0a0d711cb46 (patch)
treed92550df7a8e725dadc626dee8794c556c737251 /tests
parent7b2ef7ff4e4b17809a44e5b4810fc2335b5218ce (diff)
[tests] Fix the tests... link again
Diffstat (limited to 'tests')
-rw-r--r--tests/gsm0408/gsm0408_test.c1
-rw-r--r--tests/sms/Makefile.am3
2 files changed, 3 insertions, 1 deletions
diff --git a/tests/gsm0408/gsm0408_test.c b/tests/gsm0408/gsm0408_test.c
index cda28b153..c2f3f3fb9 100644
--- a/tests/gsm0408/gsm0408_test.c
+++ b/tests/gsm0408/gsm0408_test.c
@@ -82,3 +82,4 @@ void rsl_chan_release(void) {}
void msgb_alloc(void) {}
void gsm0411_send_sms(void) {}
void lchan_auto_release(void) {}
+void page_request_stop(void) {}
diff --git a/tests/sms/Makefile.am b/tests/sms/Makefile.am
index 20a88947a..03ae57c89 100644
--- a/tests/sms/Makefile.am
+++ b/tests/sms/Makefile.am
@@ -7,6 +7,7 @@ sms_test_SOURCES = sms_test.c $(top_srcdir)/src/misdn.c \
$(top_srcdir)/src/gsm_subscriber.c $(top_srcdir)/src/msgb.c \
$(top_srcdir)/src/select.c $(top_srcdir)/src/chan_alloc.c \
$(top_srcdir)/src/timer.c $(top_srcdir)/src/debug.c \
- $(top_srcdir)/src/db.c $(top_srcdir)/src/gsm_04_11.c
+ $(top_srcdir)/src/db.c $(top_srcdir)/src/gsm_04_11.c \
+ $(top_srcdir)/src/paging.c
sms_test_LDADD = -ldl -ldbi