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/.

Vadim Yanitskiy gerrit-no-reply at lists.osmocom.org
Mon Jul 2 14:30:35 UTC 2018


Vadim Yanitskiy has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.osmocom.org:29418/gapk refs/changes/23/9823/1

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: newchange
Gerrit-Change-Id: I74cf0e9de1e2f65e7227ee1565f12622bb55cabe
Gerrit-Change-Number: 9823
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180702/38ad2646/attachment.htm>


More information about the gerrit-log mailing list