Fixed building of P4_14 test programs

Also checked in p4c compilation result (BMv2 JSON and p4info)

Change-Id: If1d2426e6ff275c01f63b3e300acd2b48197aa99
diff --git a/tools/test/p4src/p4-14/p4c-out/empty.p4info b/tools/test/p4src/p4-14/p4c-out/empty.p4info
new file mode 100644
index 0000000..956f48a
--- /dev/null
+++ b/tools/test/p4src/p4-14/p4c-out/empty.p4info
@@ -0,0 +1,35 @@
+tables {
+  preamble {
+    id: 33617813
+    name: "table0"
+    alias: "table0"
+  }
+  match_fields {
+    id: 1
+    name: "dummy_metadata.dummyField"
+    bitwidth: 8
+    match_type: EXACT
+  }
+  action_refs {
+    id: 16836827
+  }
+  action_refs {
+    id: 16800567
+    annotations: "@defaultonly()"
+  }
+  size: 1024
+}
+actions {
+  preamble {
+    id: 16800567
+    name: "NoAction"
+    alias: "NoAction"
+  }
+}
+actions {
+  preamble {
+    id: 16836827
+    name: "dummy_action"
+    alias: "dummy_action"
+  }
+}