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 15:32:29 +0100
commitf71b1168b6f3e1887e0d156821b144164ca9fd96 (patch)
tree9d80520a5389943463c8657d0cfdf0e2467cae82 /openbsc/configure.ac
parentd20e7483d0872270a38d83efe1b7a14e87fe37de (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 3490f6855..0da7c9c21 100644
--- a/openbsc/configure.ac
+++ b/openbsc/configure.ac
@@ -259,7 +259,7 @@ AC_OUTPUT(
tests/v42bis/Makefile
tests/nanobts_omlattr/Makefile
tests/vlr/Makefile
- tests/subscr_conn/Makefile
+ tests/msc_vlr/Makefile
doc/Makefile
doc/examples/Makefile
Makefile)