Henry Yu ad44114eb1 Add BUCK for tenbi and tetunnel
1. Add BUCK for tenbi and tetunnel
2. Fix check style errors in tenbi
3. Fix a BUCK error in tetopology

Change-Id: I618bdd2a119cc6be3250cb3c3e9002fa4f5e4750
2016-12-02 13:31:56 -08:00

10 lines
188 B
Python

COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//apps/tetopology/api:onos-apps-tetopology-api',
'//incubator/api:onos-incubator-api',
]
osgi_jar_with_tests (
deps = COMPILE_DEPS,
)