commit | c5ddfd1f71caef9ec0c84c53ef7db42fcdc33e1c | [log] [tgz] |
---|---|---|
author | mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> | Mon Aug 04 17:15:00 2008 +0000 |
committer | mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> | Mon Aug 04 17:15:00 2008 +0000 |
tree | 99b6c7be4fa813a6d5a48eaa476b4518ec157502 | |
parent | 31a0da1074a8b3ed39b1cda2f7fa9569116cf40f [diff] [blame] |
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/unixbench/unixbench.py b/client/tests/unixbench/unixbench.py index abdfc4f..86fe6bb 100755 --- a/client/tests/unixbench/unixbench.py +++ b/client/tests/unixbench/unixbench.py
@@ -6,6 +6,10 @@ class unixbench(test.test): version = 2 + def initialize(self): + self.job.require_gcc() + + # http://www.tux.org/pub/tux/niemi/unixbench/unixbench-4.1.0.tgz def setup(self, tarball = 'unixbench-4.1.0.tar.bz2'): tarball = utils.unmap_url(self.bindir, tarball, self.tmpdir)