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