Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
refs/heads/master
/
.
/
apps
/
simplefabric
/
api
/
BUILD
blob: b22d9f60e2b0c083811ae3784b50b0de6175f373 [
file
] [
log
] [
blame
]
Jian Li
c7efc1d
2018-08-23 16:37:34 +0900
[
diff
] [
blame
]
1
COMPILE_DEPS
=
CORE_DEPS
+
CLI
2
3
TEST_DEPS
=
TEST_ADAPTERS
+
[
4
"//core/api:onos-api-tests"
,
5
"//core/common:onos-core-common-tests"
,
6
]
7
8
osgi_jar_with_tests
(
9
test_deps
=
TEST_DEPS
,
10
deps
=
COMPILE_DEPS
,
11
)