blob: 7bf5e93916adf7273f8e3f9ec9befbb694915750 [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=7
CROS_WORKON_COMMIT="772d739ac180e1601d24c47e6f21bb5dcc81c11f"
CROS_WORKON_TREE="9c5061d36d45e8b7e6b91a165617242a57b37ba4"
CROS_WORKON_PROJECT="chromiumos/platform/vboot_reference"
inherit cros-workon autotest
DESCRIPTION="TPM firmware tests"
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform/vboot_reference/"
SRC_URI=""
LICENSE="BSD-Google"
SLOT="0/0"
KEYWORDS="*"
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
}