Use meson_test macro instead of 'ninja test'

This commit is contained in:
Kalev Lember 2021-01-26 14:29:07 +01:00
parent bd233084a7
commit 3a8db31f75

View File

@ -3,7 +3,7 @@
Name: libdazzle Name: libdazzle
Version: 3.38.0 Version: 3.38.0
Release: 1%{?dist} Release: 2%{?dist}
Summary: Experimental new features for GTK+ and GLib Summary: Experimental new features for GTK+ and GLib
License: GPLv3+ License: GPLv3+
@ -57,7 +57,7 @@ developing applications that use %{name}.
%check %check
xvfb-run -w 10 ninja test %{__ninja_common_opts} -C %{_vpath_builddir} xvfb-run -w 10 eval "%meson_test"
%files %files
@ -84,6 +84,9 @@ xvfb-run -w 10 ninja test %{__ninja_common_opts} -C %{_vpath_builddir}
%changelog %changelog
* Tue Jan 26 2021 Kalev Lember <klember@redhat.com> - 3.38.0-2
- Use meson_test macro instead of 'ninja test'
* Sat Sep 12 2020 Kalev Lember <klember@redhat.com> - 3.38.0-1 * Sat Sep 12 2020 Kalev Lember <klember@redhat.com> - 3.38.0-1
- Update to 3.38.0 - Update to 3.38.0