blob: f342271e3b09b297ab3cc196af307ab1272f743e [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/platform/shill"
CROS_WORKON_LOCALNAME="shill"
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_compile() {
# We only install scripts here, so no need to compile.
:
}
src_install() {
exeinto /usr/lib/flimflam/test
doexe test-scripts/*
}