blob: 7dddd2f6b7c9055ad3a32085c6a861b0a64de40e [file] [log] [blame]
# Copyright 2018 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=5
CROS_WORKON_COMMIT="a3ac8531f29d7eaa121418ccf39b538dbad820c1"
CROS_WORKON_TREE="5a9fbb3490b05936d174d800e9d77efc527efb06"
CROS_WORKON_PROJECT="chromiumos/third_party/autotest"
CROS_WORKON_LOCALNAME=../third_party/autotest/files
inherit cros-workon
DESCRIPTION="Compilation and runtime tests for toolchain"
HOMEPAGE="http://www.chromium.org/"
LICENSE="BSD-Google"
SLOT=0
KEYWORDS="*"
src_unpack() {
cros-workon_src_unpack
S+="/client/site_tests/platform_ToolchainTests/src"
}
# cros-run-unit_tests checks the existence of src_test.
# Spell it explictly so that it will be tested.
src_test() {
default
}