blob: 1c061e962d83fc3f91a6f11155095e6fdca4b6e7 [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="e84054fbeacef96800dbb9d1c0960d0148f4b362"
CROS_WORKON_TREE="13b231238a941e3ce510da1c4eadd44c1e775457"
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.
# Temporarily disable this test while we are in the trasition of
# upgrade glibc. Re-enable this after glibc upgrade finishes.
src_test() {
if has_version '>=sys-libs/glibc-2.24'; then
default
else
return
fi
}