aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/configure.ac
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-01-25 15:04:16 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-06-18 17:46:34 +0200
commit3737ec4f8957e7834097fbced3c79cdcdd0e0f09 (patch)
tree9bca98408abca160ee6139dc055a457512866232 /openbsc/configure.ac
parent5fd3a2cd21d90027391f14466f737837dd6e6674 (diff)
Add msc_vlr test suite for MSC+VLR end-to-end tests
Diffstat (limited to 'openbsc/configure.ac')
-rw-r--r--openbsc/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/configure.ac b/openbsc/configure.ac
index a30bce93e..92a7d6be2 100644
--- a/openbsc/configure.ac
+++ b/openbsc/configure.ac
@@ -262,8 +262,8 @@ AC_OUTPUT(
tests/v42bis/Makefile
tests/nanobts_omlattr/Makefile
tests/vlr/Makefile
- tests/subscr_conn/Makefile
tests/sms_queue/Makefile
+ tests/msc_vlr/Makefile
doc/Makefile
doc/examples/Makefile
Makefile)