blob: 231d072909820190609f63a348c616a5b0faab67 [file] [log] [blame]
Ray Milkey1aaffb72016-05-02 11:20:20 -07001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Ray Milkey446f4462017-08-17 15:36:01 -07003 '//lib:KRYO',
Ray Milkey1aaffb72016-05-02 11:20:20 -07004 '//lib:org.apache.karaf.shell.console',
5 '//cli:onos-cli',
6 '//utils/rest:onlab-rest',
7 '//lib:javax.ws.rs-api',
8 '//core/store/serializers:onos-core-serializers',
9]
10
11osgi_jar_with_tests (
12 deps = COMPILE_DEPS,
13)
14
15onos_app (
16 title = 'Messaging Performance Test App',
17 category = 'Test',
18 url = 'http://onosproject.org',
19 description = 'Messaging performance test application.',
20)