get conditional tests back

Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
This commit is contained in:
Igor Gnatenko 2017-03-09 23:10:28 +01:00
parent 727af8dbef
commit d15088bf5e

View File

@ -42,7 +42,14 @@ developing applications that use %{name}.
%meson_install
%check
%meson_test
# In theory this is fixed in 1.2 but we still see errors on most platforms
# https://github.com/anholt/libepoxy/issues/24
%meson_test \
%ifarch %{arm} aarch64 %{power64} s390x
|| :
%else
;
%endif
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig