blob: 91ea75bd454fed6e48805ee14720d0a9d1959086 [file] [log] [blame]
Ray Milkey35ea5bf2018-07-17 15:28:44 -07001COMPILE_DEPS = CORE_DEPS + CLI + REST
2
3osgi_jar(
4 deps = COMPILE_DEPS,
5)
6
7onos_app(
8 category = "Test Utility",
9 description = "Master election test application.",
10 title = "Master Election Test",
11 url = "http://onosproject.org",
12)