P4Runtime unit tests for api, ctl, model modules

Change-Id: Iac1b1ef6e274c355ce3a26cffbd8adcb39694f69
diff --git a/protocols/p4runtime/model/BUCK b/protocols/p4runtime/model/BUCK
index 86c44c4..61e5d49 100644
--- a/protocols/p4runtime/model/BUCK
+++ b/protocols/p4runtime/model/BUCK
@@ -6,6 +6,9 @@
     '//lib:protobuf-java-' + PROTOBUF_VER,
 ]
 
-osgi_jar(
-    deps = COMPILE_DEPS,
+TEST_DEPS = [
+]
+
+osgi_jar_with_tests(
+    deps = COMPILE_DEPS + TEST_DEPS,
 )