[med-svn] [Git][med-team/simde][master] tests: also run the emulated tests
Michael R. Crusoe (@crusoe)
gitlab at salsa.debian.org
Sun Feb 22 11:27:14 GMT 2026
Michael R. Crusoe pushed to branch master at Debian Med / simde
Commits:
0d4fd77b by Michael R. Crusoe at 2026-02-22T12:26:16+01:00
tests: also run the emulated tests
- - - - -
3 changed files:
- debian/changelog
- debian/rules
- debian/tests/run-unit-test
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+simde (0.8.4~rc2-2) UNRELEASED; urgency=medium
+
+ * tests: also run the emulated tests
+
+ -- Michael R. Crusoe <crusoe at debian.org> Sun, 22 Feb 2026 12:26:05 +0100
+
simde (0.8.4~rc2-1) unstable; urgency=medium
* d/watch: upgrade to version 5
=====================================
debian/rules
=====================================
@@ -53,10 +53,10 @@ endif
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
- dh_auto_test --builddirectory=gcc_test -- $(shell meson test -C gcc_test --list | grep -v emul)
+ dh_auto_test --builddirectory=gcc_test
# Skip testing on clang for now owing to bug report #1002223
# ifeq (,$(filter $(DEB_HOST_ARCH),$(CLANG_SKIP)))
-# dh_auto_test --builddirectory=clang_test -- $(shell meson test -C clang_test --list | grep -v emul)
+# dh_auto_test --builddirectory=clang_test
# endif
endif
=====================================
debian/tests/run-unit-test
=====================================
@@ -32,8 +32,8 @@ mkdir build-gcc build-clang
cd build-gcc
CC=gcc CXX=g++ meson ..
-meson test --print-errorlogs $(meson test --list | grep -v emul)
+meson test --print-errorlogs
# cd ../build-clang
# CC=clang CXX=clang++ meson ..
-# meson test --print-errorlogs $(meson test --list | grep -v emul)
+# meson test --print-errorlogs
View it on GitLab: https://salsa.debian.org/med-team/simde/-/commit/0d4fd77b67386d38d9998a343f2a0601a1ed5f87
--
View it on GitLab: https://salsa.debian.org/med-team/simde/-/commit/0d4fd77b67386d38d9998a343f2a0601a1ed5f87
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/20260222/c3f2658f/attachment-0001.htm>
More information about the debian-med-commit
mailing list