aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/atlocal.in
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2015-11-29 19:14:58 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2015-12-03 11:47:34 +0100
commit8defadbdd2953482ad53fe9ef37bb81ff76a2097 (patch)
treea8170fe5569a6a2d49a1600701f40a9a28604c1c /openbsc/tests/atlocal.in
parent59c1b645e2d86457ee1c9df56860aec8ee5a606f (diff)
tests: fix condition to run sgsn, oap, gtphub tests
Sponsored-by: On-Waves ehi
Diffstat (limited to 'openbsc/tests/atlocal.in')
-rw-r--r--openbsc/tests/atlocal.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/openbsc/tests/atlocal.in b/openbsc/tests/atlocal.in
index 7475f638f..362bfa9df 100644
--- a/openbsc/tests/atlocal.in
+++ b/openbsc/tests/atlocal.in
@@ -2,5 +2,6 @@ enable_nat_test='@osmo_ac_build_nat@'
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@'
+enable_sgsn_test='@found_libgtp_and_libcares@'
+enable_oap_test='@found_libgtp_and_libcares@'
+enable_gtphub_test='@found_libgtp_and_libcares@'