blob: 02565db6c5142e4270f2df11a983bfa454406d20 [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="4108db99dd5026a5ee5eef1bb486a2c9c34da6de"
CROS_WORKON_TREE="9d499d7d351a956be445f889d5b377cc7f6aa754"
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/*
}