enable make check

(cherry picked from commit 721a397ccd8b220be76c9afc386b57e643fbe8e7)
This commit is contained in:
wangxiao65 2024-07-09 02:46:08 +00:00 committed by openeuler-sync-bot
parent 069e338813
commit 032851b04c

View File

@ -1,6 +1,6 @@
Name: libatomic_ops
Version: 7.8.2
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
@ -63,6 +64,9 @@ The devel for %{name}
%doc AUTHORS ChangeLog README.md
%changelog
* Tue Jul 09 2024 wangxiao <wangxiao184@h-partners.com> - 7.8.2-3
- enable make check
* Mon Feb 26 2024 laokz <zhangkai@iscas.ac.cn> - 7.8.2-2
- fix patch error