aboutsummaryrefslogtreecommitdiff
path: root/test/leakcheck.sh
blob: e77705d9373e1ad6266ff812de7ea388f59b5d90 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env bash

set -e
../build.sh
cd `dirname $0`/..
mkdir -p build/tmp/leakcheck
valgrind --leak-check=yes \
    bin/flatcc_d -a -o build/tmp/leakcheck --prefix zzz --common-prefix hello \
    test/monster_test/monster_test.fbs