From fc09629c0c19c7efdc5ef8781a775293b4ae9416 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Thu, 10 Dec 2009 19:57:14 +0100 Subject: Package the unit-tests and run the unit test after compilation --- contrib/python-dmidecode.spec | 3 +++ 1 file changed, 3 insertions(+) (limited to 'contrib/python-dmidecode.spec') diff --git a/contrib/python-dmidecode.spec b/contrib/python-dmidecode.spec index be0cd53..0c7cba6 100644 --- a/contrib/python-dmidecode.spec +++ b/contrib/python-dmidecode.spec @@ -25,6 +25,9 @@ as python data structures or as XML data using libxml2. %build make build +cd unit-tests +make +cd .. %install rm -rf $RPM_BUILD_ROOT -- cgit