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/Makefile b/tools/test/p4src/p4-14/Makefile
index 87888e0..6b9618b 100644
--- a/tools/test/p4src/p4-14/Makefile
+++ b/tools/test/p4src/p4-14/Makefile
@@ -11,11 +11,13 @@
 	empty.p4
 
 ecmp.json: ecmp.p4
-	p4c-bmv2 --json p4c-out/ecmp.json \
+	p4c-bm2-ss --p4v 14 -o p4c-out/ecmp.json \
+	--p4runtime-file p4c-out/ecmp.p4info --p4runtime-format text \
 	ecmp.p4
 
 wcmp.json: wcmp.p4
-	p4c-bmv2 --json p4c-out/wcmp.json \
+	p4c-bm2-ss --p4v 14 -o p4c-out/wcmp.json \
+	--p4runtime-file p4c-out/ecmp.p4info --p4runtime-format text \
 	wcmp.p4
 
 clean: