From c32e95c96a662c9a56e3e93dc4469a806dd1fcbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Mon, 16 Aug 2021 17:15:30 +0200 Subject: rpkg: Compile test-programs during %%build stage. --- libxcrypt.spec.rpkg | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libxcrypt.spec.rpkg') diff --git a/libxcrypt.spec.rpkg b/libxcrypt.spec.rpkg index 330f0df..8d3fd06 100644 --- a/libxcrypt.spec.rpkg +++ b/libxcrypt.spec.rpkg @@ -310,6 +310,7 @@ pushd %{_vpath_builddir} --enable-obsolete-api-enosys=%{enosys_stubs} %endif %make_build +%make_build test-programs popd %if %{with compat_pkg} @@ -323,6 +324,7 @@ pushd %{_vpath_builddir}-compat --enable-obsolete-api=%{compat_api} \ --enable-obsolete-api-enosys=%{enosys_stubs} %make_build +%make_build test-programs popd %endif @@ -361,6 +363,7 @@ pushd %{_vpath_builddir}-all_possible_tests %endif %define _lto_cflags %{system_lto_cflags_bak} %make_build +%make_build test-programs popd -- cgit v1.2.3