| # Copyright (c) 2010 The Chromium OS Authors. All rights reserved. |
| # Distributed under the terms of the GNU General Public License v2 |
| |
| EAPI=2 |
| CROS_WORKON_COMMIT="0e2e748940b7a48b8b056700dc0d081928c63c2e" |
| CROS_WORKON_TREE="f54593e27c5a263f4818373cf15f7b4aef3164b1" |
| CROS_WORKON_PROJECT="chromiumos/platform/vboot_reference" |
| |
| inherit cros-workon autotest |
| |
| DESCRIPTION="vboot tests" |
| HOMEPAGE="http://www.chromium.org/" |
| SRC_URI="" |
| LICENSE="GPL-2" |
| SLOT="0" |
| KEYWORDS="x86 arm amd64" |
| |
| # Enable autotest by default. |
| IUSE="${IUSE} +autotest" |
| |
| IUSE_TESTS=" |
| +tests_firmware_VbootCrypto |
| " |
| |
| IUSE="${IUSE} ${IUSE_TESTS}" |
| |
| CROS_WORKON_LOCALNAME=vboot_reference |
| |
| # path from root of repo |
| AUTOTEST_CLIENT_SITE_TESTS=autotest/client |
| |
| function src_compile { |
| # for Makefile |
| export VBOOT_SRC_DIR=${WORKDIR}/${P} |
| autotest_src_compile |
| } |
| |
| |