enable make check

(cherry picked from commit 059665387374187d78368147b342ceffbadd8230)
This commit is contained in:
wangxiao65 2024-07-10 09:13:07 +00:00 committed by openeuler-sync-bot
parent 0934e88920
commit e6997430d4

View File

@ -1,6 +1,6 @@
Name: libatomic_ops
Version: 7.6.12
Release: 2
Release: 3
Summary: Atomic memory update operations
License: GPLv2
URL: https://github.com/ivmai/libatomic_ops/
@ -35,7 +35,8 @@ The devel for %{name}
%make_install
%check
#%make_build check
export LD_LIBRARY_PATH=%{_builddir}/%{name}-%{version}/src/.libs/
%make_build check
%files
@ -62,6 +63,9 @@ The devel for %{name}
%doc AUTHORS ChangeLog README.md
%changelog
* Tue Jul 9 2024 wangxiao <wangxiao184@h-partners.com> - 7.6.12-3
- enable make check
* Thu Jul 28 2022 wuzx<wuzx1226@qq.com> - 7.6.12-2
- add sw64 patch