diff --git a/nasm.spec b/nasm.spec index 389a1ff..f72171d 100644 --- a/nasm.spec +++ b/nasm.spec @@ -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 - 2.15.05-1 - update to 2.15.05 (#1851651) +- run internal tests in check section * Tue Mar 09 2021 Nick Clifton - 2.15.03-5 - Default to building without documentation for RHEL. (#1933222)