blob: 82ac3d55811b716ce6d3f2ed4b58ef1fa44c9037 [file] [log] [blame]
Ray Milkey35ea5bf2018-07-17 15:28:44 -07001COMPILE_DEPS = CORE_DEPS + CLI + REST + [
2 "//core/store/serializers:onos-core-serializers",
3]
4
5osgi_jar_with_tests(
6 deps = COMPILE_DEPS,
7)
8
9onos_app(
10 app_name = "org.onosproject.proxytest",
11 category = "Test Utility",
12 description = "Proxy test application.",
13 title = "Proxy Test",
14 url = "http://onosproject.org",
15)