From d579f614fc1d30ff9ca35bb9655c24bb01700a36 Mon Sep 17 00:00:00 2001 From: liuyumeng Date: Wed, 6 Apr 2022 11:29:06 +0800 Subject: [PATCH] enable tests --- libxshmfence.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libxshmfence.spec b/libxshmfence.spec index 56d91b2..32fcc19 100644 --- a/libxshmfence.spec +++ b/libxshmfence.spec @@ -1,6 +1,6 @@ Name: libxshmfence Version: 1.3 -Release: 6 +Release: 7 Summary: X11 shared memory fences License: MIT URL: https://www.x.org/ @@ -28,6 +28,9 @@ autoreconf -ivf %configure %make_build +%check +make check + %install %make_install %delete_la @@ -51,6 +54,9 @@ autoreconf -ivf %doc README ChangeLog %changelog +* Wed Apr 6 2022 liuyumeng1 - 1.3-7 +- enable tests + * Sat Oct 19 2019 openEuler Buildteam - 1.3-6 - Type:bugfix - Id:NA