blob: 53b5a0c670e78b46087088c3a121822537768fbc [file] [log] [blame]
# Copyright 2018 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
EAPI="6"
CROS_WORKON_LOCALNAME="platform2"
CROS_WORKON_PROJECT="chromiumos/platform2"
CROS_WORKON_OUTOFTREE_BUILD=1
CROS_WORKON_SUBTREE="common-mk security_tests .gn"
PLATFORM_SUBDIR="security_tests"
inherit cros-workon platform
DESCRIPTION="Compiled executables used by Tast security tests"
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform2/+/master/security_tests"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="~*"
src_install() {
# Executable files' names take the form security.<TestName>.<bin_name>.
exeinto /usr/libexec/security_tests
doexe "${OUT}"/security.*.*
}