blob: 7b6a8a4e8c4559ce47ea0dd9a08c654a2a0f641d [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 (
10 title = 'Network Configuration Monitor Test App',
11 category = 'Test',
12 url = 'http://onosproject.org',
13 description = 'Network configuration monitor test application.',
14)