misc: Firs round of fixing compilation of test cases

Next round should be using them again
This commit is contained in:
Holger Hans Peter Freyther 2009-08-10 06:40:05 +02:00
parent e58ca7c181
commit 7673ce4ebe
3 changed files with 4 additions and 2 deletions

View File

@ -10,6 +10,7 @@ channel_test_SOURCES = channel_test.c \
$(top_srcdir)/src/timer.c \
$(top_srcdir)/src/select.c \
$(top_srcdir)/src/talloc.c \
$(top_srcdir)/src/gsm_data.c
$(top_srcdir)/src/gsm_data.c \
$(top_srcdir)/src/signal.c
channel_test_LDADD = -ldl -ldbi

View File

@ -74,4 +74,5 @@ int main(int argc, char** argv)
void nm_state_event() {}
void input_event() {}
void sms_alloc() {}

View File

@ -102,7 +102,7 @@ int main(int argc, char** argv)
msgb_free(msg);
}
gsm0411_send_sms(0, 0);
gsm411_send_sms_lchan(0, 0);
}
/* stubs */