[med-svn] [Git][med-team/simde][master] d/tests: another riscv64 test list fix.
Michael R. Crusoe (@crusoe)
gitlab at salsa.debian.org
Mon Mar 2 10:45:55 GMT 2026
Michael R. Crusoe pushed to branch master at Debian Med / simde
Commits:
61659780 by Michael R. Crusoe at 2026-03-02T11:44:15+01:00
d/tests: another riscv64 test list fix.
- - - - -
2 changed files:
- debian/changelog
- debian/tests/run-unit-test
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+simde (0.8.4~rc3-5) unstable; urgency=medium
+
+ * d/tests: another riscv64 test list fix.
+
+ -- Michael R. Crusoe <crusoe at debian.org> Mon, 02 Mar 2026 11:44:12 +0100
+
simde (0.8.4~rc3-4) unstable; urgency=medium
* d/tests: another riscv64 fix
=====================================
debian/tests/run-unit-test
=====================================
@@ -30,14 +30,13 @@ if [ "${arch}" = "i386" ] ; then
rm -f test/x86/avx512/fpclass.c
fi
-if [ "${arch}" = "riscv64" ] ; then
- tests="-- $(meson test --list | grep -v emul)"
-fi
-
mkdir build-gcc build-clang
cd build-gcc
CC=gcc CXX=g++ meson ..
+if [ "${arch}" = "riscv64" ] ; then
+ tests="-- $(meson test --list | grep -v emul)"
+fi
meson test --print-errorlogs ${tests}
# cd ../build-clang
View it on GitLab: https://salsa.debian.org/med-team/simde/-/commit/6165978033a4e89cf73ce54a091ec67a7aabe751
--
View it on GitLab: https://salsa.debian.org/med-team/simde/-/commit/6165978033a4e89cf73ce54a091ec67a7aabe751
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20260302/75476013/attachment-0001.htm>
More information about the debian-med-commit
mailing list