blob: 82ac3d55811b716ce6d3f2ed4b58ef1fa44c9037 [file] [log] [blame]
COMPILE_DEPS = CORE_DEPS + CLI + REST + [
"//core/store/serializers:onos-core-serializers",
]
osgi_jar_with_tests(
deps = COMPILE_DEPS,
)
onos_app(
app_name = "org.onosproject.proxytest",
category = "Test Utility",
description = "Proxy test application.",
title = "Proxy Test",
url = "http://onosproject.org",
)