blob: a040010178584d59fbce9675ac4f2eba83e21aef [file] [log] [blame]
chengfande0799c2016-12-02 23:17:30 +08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//apps/tetunnel/api:onos-apps-tetunnel-api',
4
5 ]
6
7TEST_DEPS = [
8 '//lib:TEST_ADAPTERS',
9]
10
11osgi_jar_with_tests (
12 deps = COMPILE_DEPS,
13 test_deps = TEST_DEPS,
14)
15