From 7bb4ff8339369e32e237d729278f8cb4a3b0fa2a Mon Sep 17 00:00:00 2001 From: Dominik 'Rathann' Mierzejewski Date: Wed, 3 Nov 2021 09:14:39 +0100 Subject: [PATCH] run internal tests in check section --- nasm.spec | 4 ++++ 1 file changed, 4 insertions(+) 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)