blob: bfae99ba5456dfd6df5389202b4a50cdf58703e5 [file] [log] [blame]
# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=4
CROS_WORKON_PROJECT="chromiumos/platform2"
CROS_WORKON_LOCALNAME="platform2"
CROS_WORKON_DESTDIR="${S}"
inherit cros-workon
DESCRIPTION="shill's test scripts"
HOMEPAGE="http://src.chromium.org"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~*"
IUSE=""
DEPEND="!!chromeos-base/flimflam-test
dev-lang/python
dev-python/dbus-python
dev-python/pygobject"
RDEPEND="${DEPEND}
chromeos-base/platform2
net-dns/dnsmasq
sys-apps/iproute2"
src_unpack() {
cros-workon_src_unpack
S+="/shill"
}
src_compile() {
# We only install scripts here, so no need to compile.
:
}
src_install() {
exeinto /usr/lib/flimflam/test
doexe test-scripts/*
}