From b29b9810922829bab4aefd3c888ccef683e8fc3d Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Mon, 2 Jul 2018 19:18:55 +0700 Subject: 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 --- tests/testsuite.at | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') 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_CLEANUP 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]) -- cgit v1.2.3