aboutsummaryrefslogtreecommitdiffstats
path: root/test/common.sh
blob: 591be3a408f29c2a5c78ac1e30e4ec5c01406e0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# directory containing the reference files for comparing against
REFDIR=./ref-files

if [ -f ../src/gapk ]; then
	GAPK=../src/gapk
elif [ -f `which gapk` ]; then
	GAPK=`which gapk`
else
	exit 1
fi
echo Using gapk found at $GAPK

FORMATS="amr-efr gsm racal-hr racal-fr racal-efr ti-hr ti-fr ti-efr rtp-efr rtp-hr-etsi rtp-hr-ietf"