Ekber Aziz 123ad5d560 P4Runtime unit tests for api, ctl, model modules
Change-Id: Iac1b1ef6e274c355ce3a26cffbd8adcb39694f69
2017-12-17 08:09:22 -08:00

15 lines
253 B
Python

PROTOBUF_VER = '3.2.0'
COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//protocols/p4runtime/proto:onos-protocols-p4runtime-proto',
'//lib:protobuf-java-' + PROTOBUF_VER,
]
TEST_DEPS = [
]
osgi_jar_with_tests(
deps = COMPILE_DEPS + TEST_DEPS,
)