aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testsuite.at
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2018-12-21 16:49:09 +0100
committerSylvain Munaut <tnt@246tNt.com>2018-12-21 16:49:09 +0100
commitffdfaa0f2774d0ff92b880cb8155f663a9460920 (patch)
tree6e5c8554c28a62b94aa307a6d904f83166f4e1fa /tests/testsuite.at
parentf4d4591883ce56adb5c76424dcf8c70a52efb271 (diff)
tests: Re-enable the convolve_test by defaulttnt/convolve
Change-Id: Ia26ef75bb11482fc0db3b790db1c93c8b74229d1 Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'tests/testsuite.at')
-rw-r--r--tests/testsuite.at2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/testsuite.at b/tests/testsuite.at
index 22de782..f83ac65 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