summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Andres Granados <jgranado@redhat.com>2008-06-03 11:07:59 +0200
committerJoel Andres Granados <jgranado@redhat.com>2008-06-03 11:07:59 +0200
commit4eb96129557b86335dc6fed7d6d3f4a4ce53e6a6 (patch)
treea2585d75e61ec113a14b90042fcaeeda1899d05d
parentb9eeaeb0c42bfcc529055f3c66ef5565613fcd74 (diff)
downloadfirstaidkit-4eb96129557b86335dc6fed7d6d3f4a4ce53e6a6.tar.gz
firstaidkit-4eb96129557b86335dc6fed7d6d3f4a4ce53e6a6.tar.xz
firstaidkit-4eb96129557b86335dc6fed7d6d3f4a4ce53e6a6.zip
Execute the testsuite as soon as the code base is unzipped.
-rw-r--r--firstaidkit.spec3
1 files changed, 3 insertions, 0 deletions
diff --git a/firstaidkit.spec b/firstaidkit.spec
index 8a93e67..2878960 100644
--- a/firstaidkit.spec
+++ b/firstaidkit.spec
@@ -114,6 +114,9 @@ This package contains the Gtk based FirstAidKit GUI
%prep
%setup -q
+#execute the testsuite
+./test
+
#generate the about file with version and license path
echo "[about]" >> etc/firstaidkit/about
echo "version=%{version}" >> etc/firstaidkit/about