| # Copyright (c) 2010 The Chromium OS Authors. All rights reserved. |
| # Distributed under the terms of the GNU General Public License v2 |
| |
| EAPI=7 |
| CROS_WORKON_COMMIT="4919d96dae74ed8004a0e14933c54dbfdb28cc57" |
| CROS_WORKON_TREE="665752ec106d308a6e945ec0d6f431962fc246da" |
| CROS_WORKON_PROJECT="chromiumos/platform/vboot_reference" |
| |
| inherit cros-workon autotest |
| |
| DESCRIPTION="vboot tests" |
| HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform/vboot_reference/" |
| SRC_URI="" |
| LICENSE="BSD-Google" |
| KEYWORDS="*" |
| |
| # Enable autotest by default. |
| IUSE="${IUSE} +autotest" |
| |
| IUSE_TESTS=" |
| +tests_firmware_VbootCrypto |
| " |
| |
| IUSE="${IUSE} ${IUSE_TESTS}" |
| |
| CROS_WORKON_LOCALNAME=platform/vboot_reference |
| |
| # path from root of repo |
| AUTOTEST_CLIENT_SITE_TESTS=autotest/client |
| |
| src_compile() { |
| # for Makefile |
| export VBOOT_SRC_DIR=${WORKDIR}/${P} |
| autotest_src_compile |
| } |