blob: 29011f7952665cebe45240f2787525e671a44a2c [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:JACKSON',
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 (
You Wang4b9958b2016-09-01 16:16:49 -070016 app_name = 'org.onosproject.intentperf',
Ray Milkey1aaffb72016-05-02 11:20:20 -070017 title = 'Intent Performance Test App',
18 category = 'Test',
19 url = 'http://onosproject.org',
20 description = 'Intent performance test application.',
21)