From 0c9788e6e4b08283e7e1667a40916f3b59d4705f Mon Sep 17 00:00:00 2001 From: lixiaokeng Date: Wed, 4 Nov 2020 20:59:23 +0800 Subject: [PATCH] add make check --- libusbx.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libusbx.spec b/libusbx.spec index 876a8cf..2ed5502 100644 --- a/libusbx.spec +++ b/libusbx.spec @@ -3,7 +3,7 @@ Name: libusbx Version: 1.0.23 -Release: 2 +Release: 3 Summary: Library for accessing USB devices License: LGPLv2+ URL: http://libusb.info @@ -48,6 +48,9 @@ autoreconf -ivf %make_build make docs -C doc +%check +make check + %install %make_install @@ -66,6 +69,9 @@ make docs -C doc %{_libdir}/pkgconfig/libusb-1.0.pc %changelog +* Wed Nov 4 2020 lixiaokeng - 1.0.23-3 +- add make check + * Mon Jul 27 2020 Zhiqiang Liu - 1.0.23-2 - backport upstream patches. -- Gitee