commit | 62a5649d34cb5bf29abe8d1270c6ffd5f771355d | [log] [tgz] |
---|---|---|
author | Rich Lane <rlane@bigswitch.com> | Fri May 10 15:28:04 2013 -0700 |
committer | Rich Lane <rlane@bigswitch.com> | Mon May 13 12:07:31 2013 -0700 |
tree | a085c7821362e9e046aeeb2bb9ab5fe1312e7a99 | |
parent | f3dc396eba53cf5c8119dbfca2c2df8fd9896627 [diff] [blame] |
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