aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/Makefile.am
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/tests/Makefile.am
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/tests/Makefile.am')
-rw-r--r--openbsc/tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/tests/Makefile.am b/openbsc/tests/Makefile.am
index 2b72c9c11..2d4e81c75 100644
--- a/openbsc/tests/Makefile.am
+++ b/openbsc/tests/Makefile.am
@@ -1 +1 @@
-SUBDIRS = debug timer sms gsm0408 db
+SUBDIRS = debug timer sms gsm0408 db channel