Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
refs/heads/dev/auklet
/
.
/
apps
/
actn-mdsc
/
tetunnel-pce
/
BUCK
blob: a040010178584d59fbce9675ac4f2eba83e21aef [
file
] [
log
] [
blame
]
chengfan
de0799c
2016-12-02 23:17:30 +0800
[
diff
] [
blame
]
1
COMPILE_DEPS
=
[
2
'//lib:CORE_DEPS'
,
3
'//apps/tetunnel/api:onos-apps-tetunnel-api'
,
4
5
]
6
7
TEST_DEPS
=
[
8
'//lib:TEST_ADAPTERS'
,
9
]
10
11
osgi_jar_with_tests
(
12
deps
=
COMPILE_DEPS
,
13
test_deps
=
TEST_DEPS
,
14
)
15