Hi i have crosscompiled sqlite for arm board (armv7l-timesys-linux-gnueabi)by below command from my ubuntu machine 1. "./configure --host=arm CC=armv7l-timesys-linux-gnueabi-gcc --disable-tcl" 2. make 3. make install DESTDIR=/usr/bk and later put the contents from bk to the target also i copied the source tree to target. Can any one tel me , How to run the sqlite test suite on the target ? Thank you