add a test data file parser

This simple format will be used to store multiple syntaxes of the same message
so that test suites for different languages can reuse them
diff --git a/Makefile b/Makefile
index 7e9c377..efc50dc 100644
--- a/Makefile
+++ b/Makefile
@@ -79,6 +79,7 @@
 
 check:
 	PYTHONPATH=. ./utest/test_parser.py
+	PYTHONPATH=. ./utest/test_test_data.py
 
 check-py: python
 	PYTHONPATH=${LOXI_OUTPUT_DIR}/pyloxi python py_gen/tests/generic_util.py