blob: f6051d9c54bbc0d1d2631cb0b87040f8adb2b64e [file] [log] [blame]
Thomas Vachuska264d9572016-08-04 11:36:26 -07001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3]
4
5osgi_jar_with_tests (
6 deps = COMPILE_DEPS,
7)
8
9onos_app (
Thomas Vachuskab0029682017-08-23 17:55:53 -070010 title = 'Network Configuration Monitor Test',
11 category = 'Test Utility',
Thomas Vachuska264d9572016-08-04 11:36:26 -070012 url = 'http://onosproject.org',
13 description = 'Network configuration monitor test application.',
14)