Change in gapk[master]: testsuite.at: fix: conditionally enable 'ecu/ecu_fr_test'

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Tue Jul 3 15:27:47 UTC 2018


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/9823 )

Change subject: testsuite.at: fix: conditionally enable 'ecu/ecu_fr_test'
......................................................................

testsuite.at: fix: conditionally enable 'ecu/ecu_fr_test'

In the 'ecu/ecu_fr_test' we have a processing queue with Full Rate
decoder block, which depends on libgsm. If libgsm isn't available,
the test will fail. Let's enable this test conditionally.

Change-Id: I74cf0e9de1e2f65e7227ee1565f12622bb55cabe
---
M tests/testsuite.at
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved; Verified



diff --git a/tests/testsuite.at b/tests/testsuite.at
index 2b1f4c2..5946661 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -25,6 +25,7 @@
 
 AT_SETUP([ecu/ecu_fr_test])
 AT_KEYWORDS([ecu_fr_test])
+AT_CHECK([test "x$enable_fr_tests" = xyes || exit 77])
 cat $abs_srcdir/ecu/ecu_fr_test.ok > expout
 AT_CHECK([
 	$abs_top_builddir/tests/ecu/ecu_fr_test], [0], [expout])

-- 
To view, visit https://gerrit.osmocom.org/9823
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: gapk
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I74cf0e9de1e2f65e7227ee1565f12622bb55cabe
Gerrit-Change-Number: 9823
Gerrit-PatchSet: 2
Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180703/071c3850/attachment.htm>


More information about the gerrit-log mailing list