[Spice-devel] [PATCH spice-streaming-agent] build: Execute tests while packaging RPM file
Frediano Ziglio
fziglio at redhat.com
Fri Feb 16 11:51:34 UTC 2018
Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
spice-streaming-agent.spec.in | 3 +++
1 file changed, 3 insertions(+)
diff --git a/spice-streaming-agent.spec.in b/spice-streaming-agent.spec.in
index 99b1f52..d137840 100644
--- a/spice-streaming-agent.spec.in
+++ b/spice-streaming-agent.spec.in
@@ -33,6 +33,9 @@ agent plugins.
%configure
make %{?_smp_mflags} V=1
+%check
+make check
+
%install
make install DESTDIR=%{buildroot} V=1
if test -d "%{buildroot}/%{_libdir}/%{name}/plugins"; then
--
2.14.3
More information about the Spice-devel
mailing list