aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/configure.in
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2009-06-10 12:36:38 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2009-06-10 13:26:47 +0200
commit800d29d798af01f3502bb6437e87ed19ce422eb8 (patch)
tree117bd47e0734267ad6c0e595b2fd32fc8e706c75 /openbsc/configure.in
parent04866d42792f59b334a13e836237947222b41127 (diff)
[channel] Add a test case for the request foo in gsm_subscriber.c
This is simulating a successfull request and is causing a segfault. The test is done with a "mock object" in this case a minimalistic paging implementation which is enough to show the crash. Compare that the callback data is supposed to be the same....
Diffstat (limited to 'openbsc/configure.in')
-rw-r--r--openbsc/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/configure.in b/openbsc/configure.in
index b886e7ac1..94fb15f4d 100644
--- a/openbsc/configure.in
+++ b/openbsc/configure.in
@@ -45,4 +45,5 @@ AC_OUTPUT(
tests/sms/Makefile
tests/gsm0408/Makefile
tests/db/Makefile
+ tests/channel/Makefile
Makefile)