aboutsummaryrefslogtreecommitdiff
path: root/flatcc/scripts/dev.sh
blob: 12dabf41735653b3dd0968a4ee9009272ed2b316 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env sh

set -e

HERE=`dirname $0`
cd $HERE/..
ROOT=`pwd`

${ROOT}/scripts/test.sh --debug --no-clean