Merge pull request 'Fix tests on arm32/x86_32' (#2) from native into main

Reviewed-on: #2
This commit is contained in:
dinosaure 2024-12-26 14:25:50 +00:00
commit 39932b7fbc

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))