]> git.pld-linux.org Git - projects/template-specs.git/commitdiff
- add tests
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 26 Nov 2011 18:42:49 +0000 (18:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    python.spec -> 1.24

python.spec

index 217148ecd411b41f5c7fba8dd1dcb16c5ac1af05..9a1e617499259c1a28b04383e88c5f5cb20b1e07 100644 (file)
@@ -40,6 +40,8 @@ CC="%{__cc}" \
 CFLAGS="%{rpmcflags}" \
 %{__python} setup.py build
 
+%{?with_tests:%{__python} setup.py test}
+
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install \
This page took 0.028546 seconds and 4 git commands to generate.