Thomas Vachuska | 264d957 | 2016-08-04 11:36:26 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
2 | '//lib:CORE_DEPS', | ||||
3 | ] | ||||
4 | |||||
5 | osgi_jar_with_tests ( | ||||
6 | deps = COMPILE_DEPS, | ||||
7 | ) | ||||
8 | |||||
9 | onos_app ( | ||||
Thomas Vachuska | b002968 | 2017-08-23 17:55:53 -0700 | [diff] [blame] | 10 | title = 'Network Configuration Monitor Test', |
11 | category = 'Test Utility', | ||||
Thomas Vachuska | 264d957 | 2016-08-04 11:36:26 -0700 | [diff] [blame] | 12 | url = 'http://onosproject.org', |
13 | description = 'Network configuration monitor test application.', | ||||
14 | ) |