!12 enable check test suite

From: @wangjiang37 
Reviewed-by: @xiezhipeng1, @licihua 
Signed-off-by: @xiezhipeng1, @licihua
This commit is contained in:
openeuler-ci-bot 2022-08-29 03:50:16 +00:00 committed by Gitee
commit a35a20d3ad
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2,7 +2,7 @@
Name: byacc
Version: 2.0.%{byaccdate}
Release: 1
Release: 2
Summary: A parser generator
License: public domain
URL: https://invisible-island.net/byacc/byacc.html
@ -33,7 +33,7 @@ ln -s yacc %{buildroot}%{_bindir}/byacc
ln -s yacc.1 %{buildroot}%{_mandir}/man1/byacc.1
%check
#make check
make check
%files
%doc ACKNOWLEDGEMENTS README* NO_WARRANTY
@ -45,6 +45,9 @@ ln -s yacc.1 %{buildroot}%{_mandir}/man1/byacc.1
%{_mandir}/man1/*
%changelog
* Wed Jun 29 2022 wangjiang <wangjiang37@h-partners.com> - 2.0.20210808-2
- DESC:enable check test suite
* Sat Dec 25 2021 tianwei<tianwei12@huawei.com> - 2.0.20210808
- DESC:upgrade to 2.0.20210808