aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testsuite.at
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-01-11 19:15:34 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2018-01-15 18:21:17 +0100
commit6cae1d7b4b9e6e03367fdd7da145ab411d6e5492 (patch)
treeb5085de09fc21918bf395f82121b349a18868cc4 /tests/testsuite.at
parent28ce315a3225188211c2ed52844716f88093035e (diff)
contrib/jenkins.sh: Use qemu+proot+debootstrap to run tests with ARM instruction set
The following logic doesn't require root access to run the tests, which means we can easily run it inside jenkins. Change-Id: Iba3f4de008662805d8ffc46e1f473e407b088fb8
Diffstat (limited to 'tests/testsuite.at')
-rw-r--r--tests/testsuite.at2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testsuite.at b/tests/testsuite.at
index c6ca848..ca979e5 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -46,6 +46,8 @@ AT_CLEANUP
AT_SETUP([convolve_test])
AT_KEYWORDS([convolve_test])
+# Disabled for ARM builds as it gives different output than x86, see OS#2826
+AT_SKIP_IF(! uname -m | grep x86)
cat $abs_srcdir/Transceiver52M/convolve_test.ok > expout
AT_CHECK([$abs_top_builddir/tests/Transceiver52M/convolve_test], [], [expout], [])
AT_CLEANUP