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 <aganti@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@1953 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/client/tests/rmaptest/rmaptest.py b/client/tests/rmaptest/rmaptest.py
index e6afdef..ee4befb 100644
--- a/client/tests/rmaptest/rmaptest.py
+++ b/client/tests/rmaptest/rmaptest.py
@@ -15,6 +15,10 @@
     version = 1
     preserve_srcdir = True
 
+    def initialize(self):
+        self.job.require_gcc()
+
+
     def setup(self):
         os.chdir(self.srcdir)
         utils.system('gcc -Wall -o rmaptest rmap-test.c')