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