blob: dd868a3d99ed5a5b4f427012a6e63d720fbbdb52 [file] [log] [blame]
# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=4
CROS_WORKON_COMMIT="a22ce61eda75ec3a394e32f5c1eff27f1b2ff224"
CROS_WORKON_TREE="900089cae791f54ca1f72e55fa47265ba4d10602"
CROS_WORKON_PROJECT="chromiumos/platform/vboot_reference"
inherit cros-workon autotest
DESCRIPTION="TPM firmware tests"
HOMEPAGE="http://www.chromium.org/"
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 arm amd64"
DEPEND="app-crypt/trousers
chromeos-base/tpm"
# Enable autotest by default.
IUSE="${IUSE} +autotest"
IUSE_TESTS="
+tests_hardware_TPMFirmware
+tests_hardware_TPMFirmwareServer
"
IUSE="${IUSE} ${IUSE_TESTS}"
CROS_WORKON_LOCALNAME=vboot_reference
# path from root of repo
AUTOTEST_CLIENT_SITE_TESTS=autotest/client
AUTOTEST_SERVER_SITE_TESTS=autotest/server
function src_compile {
# for Makefile
export VBOOT_DIR=${WORKDIR}/${P}
export MINIMAL=1 # Makefile requires this for cross-compiling
autotest_src_compile
}