blob: 4cddf2f7f96dab73a376fb5a770a1d42dea552f4 [file] [log] [blame]
# Copyright (c) 2012 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.
"""A semi-automated test suite for touchpad firmware MTB events."""
from autotest_lib.client.bin import test
class firmware_TouchpadMTB(test.test):
"""A dummpy class for installing the test suite."""
version = 1
def run_once(self):
pass