diff options
author | Björn Esser <besser82@fedoraproject.org> | 2021-08-16 17:15:30 +0200 |
---|---|---|
committer | Björn Esser <besser82@fedoraproject.org> | 2021-08-16 17:15:30 +0200 |
commit | c32e95c96a662c9a56e3e93dc4469a806dd1fcbf (patch) | |
tree | 14a8ffa036686c37f2c2c93191878977ccd2cb5c /libxcrypt.spec.rpkg | |
parent | 9c0388ecb71ad86a7732b89484723c1ceef9b890 (diff) | |
download | libxcrypt-c32e95c96a662c9a56e3e93dc4469a806dd1fcbf.tar.gz libxcrypt-c32e95c96a662c9a56e3e93dc4469a806dd1fcbf.tar.bz2 libxcrypt-c32e95c96a662c9a56e3e93dc4469a806dd1fcbf.zip |
rpkg: Compile test-programs during %%build stage.
Diffstat (limited to 'libxcrypt.spec.rpkg')
-rw-r--r-- | libxcrypt.spec.rpkg | 3 |
1 files changed, 3 insertions, 0 deletions
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 |