Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
refs/heads/master
/
.
/
protocols
/
lisp
/
msg
/
BUILD
blob: 04a2deffadb1a09f4b5af0845d3ee6e5e3197fb2 [
file
] [
log
] [
blame
]
Ray Milkey
324af93
2018-06-20 19:50:31 -0700
[
diff
] [
blame
]
1
COMPILE_DEPS
=
CORE_DEPS
+
NETTY
2
3
TEST_DEPS
=
TEST_ADAPTERS
+
[
4
"//utils/osgi:onlab-osgi-tests"
,
5
"//core/api:onos-api-tests"
,
6
]
7
8
osgi_jar_with_tests
(
9
test_deps
=
TEST_DEPS
,
10
deps
=
COMPILE_DEPS
,
11
)