blob: b5c90d43d3e6a9ffb19379ea25668218e2b8a893 [file] [log] [blame]
COMPILE_DEPS = CORE_DEPS + JACKSON + CLI + REST + [
"//core/store/serializers:onos-core-serializers",
]
osgi_jar_with_tests(
deps = COMPILE_DEPS,
)
onos_app(
app_name = "org.onosproject.intentperf",
category = "Test Utility",
description = "Intent performance test application.",
title = "Intent Performance Test",
url = "http://onosproject.org",
)