From 158ea5bc6604122071a7d18f085eecb062057d56 Mon Sep 17 00:00:00 2001 From: Sylvain Munaut Date: Fri, 21 Dec 2018 16:49:09 +0100 Subject: [PATCH] tests: Re-enable the convolve_test by default Change-Id: Ia26ef75bb11482fc0db3b790db1c93c8b74229d1 Signed-off-by: Sylvain Munaut --- tests/testsuite.at | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/testsuite.at b/tests/testsuite.at index 22de782e..f83ac652 100644 --- a/tests/testsuite.at +++ b/tests/testsuite.at @@ -52,8 +52,6 @@ AT_CLEANUP AT_SETUP([convolve_test]) AT_KEYWORDS([convolve_test]) -# Different results for i686, x86_64 and ARM. see OS#2826, OS#2828, and https://lists.osmocom.org/pipermail/openbsc/2018-January/011655.html -AT_SKIP_IF(true) cat $abs_srcdir/Transceiver52M/convolve_test.ok > expout AT_CHECK([$abs_top_builddir/tests/Transceiver52M/convolve_test], [], [expout], []) AT_CLEANUP