Shift test file, add CXL protocol fields.
diff --git a/testing/cper-test.c b/testing/cper-test.c
new file mode 100644
index 0000000..6f6534d
--- /dev/null
+++ b/testing/cper-test.c
@@ -0,0 +1,8 @@
+#include <stdio.h>
+#include "../cper-parse.h"
+#include "json.h"
+
+int main(int argc, char* argv[]) {
+    json_object* ir = cper_to_ir(argv[1]);
+    printf("\n%s\n", json_object_to_json_string(ir));
+}
\ No newline at end of file