I have attached the patch for the packaging system.
The documentation is available at : http://test.kernel.org/autotest/PackagingSystem

Signed-off-by: Ashwin Ganti <[email protected]>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@1953 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/client/tests/spew/spew.py b/client/tests/spew/spew.py
index 77a657e..1fcb502 100755
--- a/client/tests/spew/spew.py
+++ b/client/tests/spew/spew.py
@@ -6,6 +6,10 @@
 class spew(test.test):
     version = 1
 
+    def initialize(self):
+        self.job.require_gcc()
+
+
     # ftp://ftp.berlios.de/pub/spew/1.0.5/spew-1.0.5.tgz
     def setup(self, tarball = 'spew-1.0.5.tgz'):
         self.tarball = utils.unmap_url(self.bindir, tarball, self.tmpdir)