summaryrefslogtreecommitdiffstats
path: root/admin/python-coverage-test-runner.spec
diff options
context:
space:
mode:
authorMichel Alexandre Salim <salimma@fedoraproject.org>2012-06-03 16:00:28 +0700
committerMichel Alexandre Salim <salimma@fedoraproject.org>2012-06-03 16:00:28 +0700
commit6f53f91fa6644e4118aa5484b879ab14ef02f48e (patch)
tree11e17f4b05ef4b7ff4a817fa0e07381cf3ad280e /admin/python-coverage-test-runner.spec
parent1148350349b0fba1196a4e2c7b74035d8a536809 (diff)
Match dependencies with upstream *.dsc files
Diffstat (limited to 'admin/python-coverage-test-runner.spec')
-rw-r--r--admin/python-coverage-test-runner.spec5
1 files changed, 5 insertions, 0 deletions
diff --git a/admin/python-coverage-test-runner.spec b/admin/python-coverage-test-runner.spec
index d736ce7..d7b0936 100644
--- a/admin/python-coverage-test-runner.spec
+++ b/admin/python-coverage-test-runner.spec
@@ -13,6 +13,7 @@ URL: http://liw.fi/%{prjname}/
Source0: http://code.liw.fi/%{prjname}/%{pkgname}-%{version}.tar.gz
BuildArch: noarch
+BuildRequires: python-coverage
Requires: python-coverage
%description
@@ -39,6 +40,10 @@ that module.
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
+%check
+%{__python} testrun.py
+
+
%files
%doc COPYING README
%{python_sitelib}/*