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-03-16 18:13:30 +0100
commit06ddac64b3d419cd73534f5b66bb43a527c3ec1c (patch)
tree7becbd6ad800f47e803459828b5e007e62c35128 /openbsc/configure.ac
parent0e1c07687d5df947beb5b18adb348029e034d3d1 (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 e664be898..2298b73e4 100644
--- a/openbsc/configure.ac
+++ b/openbsc/configure.ac
@@ -259,8 +259,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)