From 7865089e99c82e957bb85f61122d8c9fc601803e Mon Sep 17 00:00:00 2001 From: z00507040 Date: Wed, 12 Feb 2020 17:55:48 +0800 Subject: [PATCH] enable check case --- xorg-x11-drv-libinput.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/xorg-x11-drv-libinput.spec b/xorg-x11-drv-libinput.spec index 623768f..a3cbc12 100644 --- a/xorg-x11-drv-libinput.spec +++ b/xorg-x11-drv-libinput.spec @@ -3,7 +3,7 @@ Name: xorg-x11-drv-libinput Version: 0.28.0 -Release: 4 +Release: 5 Summary: Xorg X11 libinput input driver License: MIT URL: https://www.x.org @@ -40,6 +40,9 @@ autoreconf --force -v --install || exit 1 %configure --disable-silent-rules %make_build +%check +make check + %install %make_install @@ -65,6 +68,12 @@ cp %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/X11/xorg.conf.d/ %{_mandir}/man4/libinput.4* %changelog +* Wed Feb 12 2020 openEuler Buildteam - 0.28.0-5 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:enable make check test case + * Thu Jan 3 2020 openEuler Buildteam - 0.28.0-4 - Type:bugfix - ID:NA