mas01cr@49: #! /bin/bash mas01cr@49: mas01cr@49: . ../test-utils.sh mas01cr@49: mas01cr@49: if [ -f testdb ]; then rm -f testdb; fi mas01cr@49: mas01cr@49: ${AUDIODB} -d testdb -N mas01cr@49: mas01cr@49: intstring 2 > testfeature mas01cr@49: floatstring 0 1 >> testfeature mas01cr@49: floatstring 1 0 >> testfeature mas01cr@49: mas01cr@49: ${AUDIODB} -d testdb -I -f testfeature mas01cr@49: mas01cr@49: echo running L2Norm mas01cr@49: mas01cr@49: ${AUDIODB} -d testdb -L mas01cr@49: mas01cr@68: exit 104