From 11b475803d9d2956cde280a7a8dc59af5b0df81e Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Fri, 25 Apr 2014 18:38:09 +0200 Subject: [PATCH] Add %check Now that pass has a test suite, we can run it when building the package. --- pass.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pass.spec b/pass.spec index df8f77c..a3c5b2f 100644 --- a/pass.spec +++ b/pass.spec @@ -28,6 +28,9 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} \ MANDIR=%{_mandir} FORCE_ALL=1 \ install +%check +make test + %files %doc README COPYING contrib %{_bindir}/pass