Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
fe32db7d4cd17f21c9678759ec278f51c640be9c
/
.
/
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
)