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