blob: 0341cabffe4144decca7af28272393fbce3d946d [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_COMMIT="929efd20ff9ff1fde43c24cb3d1a0b8908a25be5"
CROS_WORKON_TREE="72d2a8cf4439a91f9a9ea69d4b908dd7f136bb67"
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="amd64 arm x86"
IUSE=""
RDEPEND="!!chromeos-base/flimflam-test
chromeos-base/shill
dev-lang/python
dev-python/dbus-python
dev-python/pygobject
net-dns/dnsmasq
sys-apps/iproute2"
DEPEND="${RDEPEND}"
src_install() {
exeinto /usr/lib/flimflam/test
doexe test-scripts/*
}