Mercurial > hg > audiodb
view tests/0005/run-test.sh @ 187:530154ca4cf5 no-big-mmap
Wow, two changes for the price of one
* remove dataBuf usage from trackPointQuery()
* make the restrict-list tests pass:
** lseek() to the right place if we're actually not doing tracks in
sequential-order;
** deal with the off-by-one error in reading in lines from trackFile.
author | mas01cr |
---|---|
date | Fri, 16 Nov 2007 16:31:36 +0000 |
parents | 584ae2c7d026 |
children |
line wrap: on
line source
#! /bin/bash . ../test-utils.sh if [ -f testdb ]; then rm -f testdb; fi ${AUDIODB} -d testdb -N intstring 2 > testfeature floatstring 0 1 >> testfeature floatstring 1 0 >> testfeature ${AUDIODB} -d testdb -I -f testfeature echo running L2Norm ${AUDIODB} -d testdb -L exit 104