Implement flexbuffers in python (#5880)

This commit is contained in:
Dmitriy Kovalev
2020-05-07 14:26:33 -07:00
committed by GitHub
parent 8be05f6bd4
commit de89bd1933
3 changed files with 3055 additions and 0 deletions

View File

@@ -35,6 +35,11 @@ function run_tests() {
COMPARE_GENERATED_TO_GO=0 \
COMPARE_GENERATED_TO_JAVA=0 \
$1 py_test.py $2 $3 $4
if [ $1 = python3 ]; then
PYTHONDONTWRITEBYTECODE=1 \
PYTHONPATH=${runtime_library_dir}:${gen_code_path} \
$1 py_flexbuffers_test.py
fi
interpreters_tested+=(${1})
echo
fi