aboutsummaryrefslogtreecommitdiff
path: root/test/leakcheck-full.sh
blob: db2f452c72599f159b2c1bba8f0cde1027eb7b4e (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-full
valgrind --leak-check=full --show-leak-kinds=all \
    bin/flatcc_d -a -o build/tmp/leakcheck-full --prefix zzz --common-prefix \
    hello test/monster_test/monster_test.fbs