enable testing

This commit is contained in:
Than Ngo 2018-12-06 16:11:55 +01:00
parent 69dc56e4e2
commit c63dd6e3d7
1 changed files with 7 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Summary: A documentation system for C/C++
Name: doxygen
Epoch: 1
Version: 1.8.14
Release: 7%{?dist}
Release: 8%{?dist}
# No version is specified.
License: GPL+
@ -157,6 +157,9 @@ rm -rf %{buildroot}/%{_docdir}/packages
desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE2}
%endif
%check
make tests -C %{_target_platform}
%files
%doc LANGUAGE.HOWTO README.md
%if ! 0%{?_module_build}
@ -187,6 +190,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE2}
%endif
%changelog
* Thu Dec 06 2018 Than Ngo <than@redhat.com> - 1:1.8.14-8
- enable testing
* Mon Jul 23 2018 Than Ngo <than@redhat.com> - 1:1.8.14-7
- add BR: gcc-c++ gcc