Alex Katebi wrote:
> How can I run the SQLite TCL test scripts?
> 

You need a unix like build environment and TCL installed. Then simply 
use configure and make

../sqlite/configure
make test

This will build the test fixture program and run the test suite. To run 
tests manually you need to start the testfixture and pass it one of the 
test scripts.

./testfixture ../sqlite/test/xyz.test

Where xyz is the name of the test script you want to run.

HTH
Dennis Cote
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to