blob: 4b443d34cfcae3ce632d226c6004cfe58fb60d3b [file] [log] [blame]
Jordan Halterman95feda02018-07-02 17:40:31 -07001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//lib:org.apache.karaf.shell.console',
4 '//cli:onos-cli',
5 '//utils/rest:onlab-rest',
6 '//lib:javax.ws.rs-api',
7 '//core/store/serializers:onos-core-serializers',
8]
9
10osgi_jar_with_tests (
11 deps = COMPILE_DEPS,
12)
13
14onos_app (
15 app_name = 'org.onosproject.proxytest',
16 title = 'Proxy Test',
17 category = 'Test Utility',
18 url = 'http://onosproject.org',
19 description = 'Proxy test application.',
20)