aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2015-11-24 12:47:38 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2015-11-24 12:52:13 +0100
commit4ae165da61243c8ea63f1736d9b1366e6a864d94 (patch)
tree83e3a90220e32a40ed09e5b834498d3d1ed65abf /openbsc
parenta4370dd96947065be6ee976de2a71cc71ed87a61 (diff)
gtphub: add enable_gtphub_test to atlocal.in.
This line was missing, I noticed only now.
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/tests/atlocal.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/tests/atlocal.in b/openbsc/tests/atlocal.in
index 3b03bb726..7475f638f 100644
--- a/openbsc/tests/atlocal.in
+++ b/openbsc/tests/atlocal.in
@@ -3,3 +3,4 @@ enable_smpp_test='@osmo_ac_build_smpp@'
enable_bsc_test='@osmo_ac_build_bsc@'
enable_mgcp_transcoding_test='@osmo_ac_mgcp_transcoding@'
enable_sgsn_test='@found_libgtp@'
+enable_gtphub_test='@found_libgtp@'