blob: e27238252cbf3e22dc3de1fe02126faac2ca3c46 [file] [log] [blame]
# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
from autotest_lib.client.cros import chrome_binary_test
class security_SandboxLinuxUnittests(chrome_binary_test.ChromeBinaryTest):
"""Runs sandbox_linux_unittests."""
version = 1
BINARY = 'sandbox_linux_unittests'
def run_once(self):
self.run_chrome_test_binary(self.BINARY)