From 8defadbdd2953482ad53fe9ef37bb81ff76a2097 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Sun, 29 Nov 2015 19:14:58 +0100 Subject: tests: fix condition to run sgsn, oap, gtphub tests Sponsored-by: On-Waves ehi --- openbsc/tests/atlocal.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'openbsc/tests') 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@' -- cgit v1.2.3