Use meson_test macro instead of 'ninja test'
This commit is contained in:
parent
bd233084a7
commit
3a8db31f75
@ -3,7 +3,7 @@
|
||||
|
||||
Name: libdazzle
|
||||
Version: 3.38.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Experimental new features for GTK+ and GLib
|
||||
|
||||
License: GPLv3+
|
||||
@ -57,7 +57,7 @@ developing applications that use %{name}.
|
||||
|
||||
|
||||
%check
|
||||
xvfb-run -w 10 ninja test %{__ninja_common_opts} -C %{_vpath_builddir}
|
||||
xvfb-run -w 10 eval "%meson_test"
|
||||
|
||||
|
||||
%files
|
||||
@ -84,6 +84,9 @@ xvfb-run -w 10 ninja test %{__ninja_common_opts} -C %{_vpath_builddir}
|
||||
|
||||
|
||||
%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
|
||||
- Update to 3.38.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user