blob: b5c90d43d3e6a9ffb19379ea25668218e2b8a893 [file] [log] [blame]
Ray Milkey35ea5bf2018-07-17 15:28:44 -07001COMPILE_DEPS = CORE_DEPS + JACKSON + 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.intentperf",
11 category = "Test Utility",
12 description = "Intent performance test application.",
13 title = "Intent Performance Test",
14 url = "http://onosproject.org",
15)