aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/configure.ac
diff options
context:
space:
mode:
authorJacob Erlbeck <jerlbeck@sysmocom.de>2014-12-03 13:05:16 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-12-05 15:16:59 +0100
commit0acc0018d9a395ded0408f5c95061562d0c528b3 (patch)
tree893bc3fd31aed48d0a637879a33cd6fb0289182b /openbsc/configure.ac
parent1e30a28e51b5e8a14b977233858f267f839197d5 (diff)
bsc/test: Add tests for gsm_subscriber base
This commit adds test for the generic part of gsm_subscriber like reference counting and flag usage. Sponsored-by: On-Waves ehf
Diffstat (limited to 'openbsc/configure.ac')
-rw-r--r--openbsc/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/configure.ac b/openbsc/configure.ac
index 5e705c767..69be8b632 100644
--- a/openbsc/configure.ac
+++ b/openbsc/configure.ac
@@ -192,6 +192,7 @@ AC_OUTPUT(
tests/smpp/Makefile
tests/trau/Makefile
tests/sgsn/Makefile
+ tests/subscr/Makefile
doc/Makefile
doc/examples/Makefile
Makefile)