Enable C# tests

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
Igor Gnatenko 2015-03-22 22:15:42 +03:00
parent 445c43ca08
commit feb70e7b5b

View File

@ -5,7 +5,7 @@
Name: meson Name: meson
Version: 0.22.0 Version: 0.22.0
Release: 7.%{date}git%{shortcommit}%{?dist} Release: 8.%{date}git%{shortcommit}%{?dist}
Summary: High productivity build system Summary: High productivity build system
License: ASL 2.0 License: ASL 2.0
@ -16,7 +16,7 @@ BuildArch: noarch
BuildRequires: python3-devel ninja-build BuildRequires: python3-devel ninja-build
# Test deps # Test deps
BuildRequires: gcc-gfortran gcc-objc gcc-objc++ java-devel BuildRequires: gcc-gfortran gcc-objc gcc-objc++ java-devel mono-core
BuildRequires: boost-devel BuildRequires: boost-devel
BuildRequires: gtest-devel BuildRequires: gtest-devel
BuildRequires: gmock-devel BuildRequires: gmock-devel
@ -85,6 +85,9 @@ chmod +x %{buildroot}%{_bindir}/meson*
%{_mandir}/man1/%{name}gui.1.* %{_mandir}/man1/%{name}gui.1.*
%changelog %changelog
* Sun Mar 22 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.22.0-8.20150322git78d31ca
- Enable C# tests
* Sun Mar 22 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.22.0-7.20150322git78d31ca * Sun Mar 22 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.22.0-7.20150322git78d31ca
- update to latest git - update to latest git
- fix tests on arm - fix tests on arm