Fix tests on arm32/x86_32

This commit is contained in:
Romain Calascibetta 2024-12-26 14:23:22 +01:00
parent 7417b45498
commit 3f0d03175c

View file

@ -1,3 +1,5 @@
(test (test
(name test) (name test)
(enabled_if %{arch_sixtyfour})
; error on arm32/x86_32, libcachet_stubs.so not found
(libraries cachet alcotest)) (libraries cachet alcotest))