Add %check section to the spec file (#796176)
---
python-meh.spec | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/python-meh.spec b/python-meh.spec
index 2bdb943..1d9cfa3 100644
--- a/python-meh.spec
+++ b/python-meh.spec
@@ -31,6 +31,9 @@ exceptions.
%build
make
+%check
+make test
+
%install
rm -rf %{buildroot}
make DESTDIR=%{buildroot} install
--
1.7.4.4
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
|