From e775396e60e3102f444e4f3af4c98b62ad189d2e Mon Sep 17 00:00:00 2001 From: h00465007 Date: Thu, 6 Feb 2020 16:54:33 +0800 Subject: [PATCH] enable testcases --- uboot-tools.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/uboot-tools.spec b/uboot-tools.spec index 8de3779..620805a 100644 --- a/uboot-tools.spec +++ b/uboot-tools.spec @@ -1,6 +1,6 @@ Name: uboot-tools Version: 2018.09 -Release: 6 +Release: 7 Summary: tools for U-Boot License: GPLv2+ BSD LGPL-2.1+ LGPL-2.0+ URL: http://www.denx.de/wiki/U-Boot @@ -247,6 +247,9 @@ cp -p board/wandboard/README builds/docs/README.wandboard cp -p board/warp/README builds/docs/README.warp cp -p board/warp7/README builds/docs/README.warp7 +%check +make tests + %files %defattr(-,root,root) %doc README @@ -283,6 +286,12 @@ cp -p board/warp7/README builds/docs/README.warp7 %{_mandir}/man1/mkimage.1.gz %changelog +* Thu Feb 6 2020 openEuler Buildteam - 2018.09-7 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC: enable testcases + * Fri Jan 17 2020 Tianfei - 2018.09-6 - Type:bugfix - ID:NA -- Gitee