Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
dbe664f22c2dbdab12637e8dfb36c0751f27ff95
/
.
/
apps
/
network-troubleshoot
/
api
/
BUCK
blob: b6fdc640beda086ee891be875ccefaa4e53082c8 [
file
] [
log
] [
blame
]
maojianwei
42e2344
2016-02-15 10:40:48 +0800
[
diff
] [
blame
]
1
COMPILE_DEPS
=
[
2
'//lib:CORE_DEPS'
,
3
]
4
5
TEST_DEPS
=
[
6
'//lib:TEST_ADAPTERS'
,
7
]
8
9
osgi_jar_with_tests
(
10
deps
=
COMPILE_DEPS
,
11
test_deps
=
TEST_DEPS
,
12
)