aboutsummaryrefslogtreecommitdiffstats
path: root/tests/common.sh
blob: 5fded9430770110ab5b801c8e0b2b88cda430604 (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/osmo-gapk ]; then
	GAPK=../src/osmo-gapk
elif [ -f `which osmo-gapk` ]; then
	GAPK=`which osmo-gapk`
else
	exit 1
fi
echo Using osmo-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"