run internal tests in check section

This commit is contained in:
Dominik 'Rathann' Mierzejewski 2021-11-03 09:14:39 +01:00
parent e030866423
commit 7bb4ff8339

View File

@ -75,6 +75,9 @@ make all %{?_smp_mflags}
%install
%make_install install_rdf
%check
make -C test golden test diff
%files
%license LICENSE
%doc AUTHORS CHANGES README.md
@ -104,6 +107,7 @@ make all %{?_smp_mflags}
%changelog
* Wed Nov 03 2021 Dominik Mierzejewski <rpm@greysector.net> - 2.15.05-1
- update to 2.15.05 (#1851651)
- run internal tests in check section
* Tue Mar 09 2021 Nick Clifton <nickc@redhat.com> - 2.15.03-5
- Default to building without documentation for RHEL. (#1933222)