aboutsummaryrefslogtreecommitdiff
path: root/flatcc/scripts/bfbs-sample.sh
blob: 306d93f38c536a47f3269dfb2bc6885825e13899 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

cd $(dirname $0)/..
builddir=build/Debug
bfbsdir=$builddir/test/reflection_test/generated/

if [ ! -e $bfbsdir/monster_test.bfbs ]; then
    scripts/test.sh
fi

$builddir/samples/reflection/bfbs2json_d \
    $bfbsdir/monster_test.bfbs > $bfbsdir/monster_test_bfbs.json

cat $bfbsdir/monster_test_bfbs.json \
    | python -m json.tool