Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Ray Milkey
2016-04-27 15:36:05 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
94c3155ab80591e0892863405ec1c8b728b13b7b
94c3155a
1 parent
db01621f
Fix netconf tests BUCK build
Change-Id: Id213d1e84d4ded0b529bb70ee4c0105415b7aa09
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
protocols/netconf/ctl/BUCK
protocols/netconf/ctl/BUCK
View file @
94c3155
...
...
@@ -4,7 +4,13 @@ COMPILE_DEPS = [
'//protocols/netconf/api:onos-protocols-netconf-api'
]
TEST_DEPS = [
'//lib:TEST_ADAPTERS',
'//utils/osgi:onlab-osgi-tests',
]
osgi_jar_with_tests (
deps = COMPILE_DEPS,
test_deps = TEST_DEPS,
)
...
...
Please
register
or
login
to post a comment