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/tsc/tsc.py b/client/tests/tsc/tsc.py
index 2dbdcf5..3130603 100755
--- a/client/tests/tsc/tsc.py
+++ b/client/tests/tsc/tsc.py
@@ -12,5 +12,9 @@
         utils.system('make')
 
 
+    def initialize(self):
+        self.job.require_gcc()
+
+
     def run_once(self, args = ''):
         utils.system(self.srcdir + '/checktsc ' + args)