If you use the supplied makefile, "make fulltest" should build the testfixture and run the all.test set. The testfixture is similar to the sqlite3 CLI except that it includes a TCL interpreter as well as an extensive set of test harnesses for virtually every part of the SQLite core.
On Mon, Dec 22, 2008 at 9:05 AM, <mkrajachan...@gmail.com> wrote: > Hello Dan, > > Thank U for ur reply.. > > Could you please let me know more about testfixture. > > Also, please forward releated links > > Thanks > Chandru > > > > On Mon, Dec 22, 2008 at 3:06 PM, Dan <danielk1...@gmail.com> wrote: > > > > > On Dec 22, 2008, at 3:55 PM, mkrajachan...@gmail.com wrote: > > > > > Hello all, > > > > > > While i am trying to run the all.test file through the tcl shell > > > > > > I am getting the following error > > > > > > > > > # tclsh all.test > > > invalid command name "sqlite3_soft_heap_limit" > > > while executing > > > "sqlite3_soft_heap_limit $soft_limit" > > > (file "./tester.tcl" line 50) > > > invoked from within > > > "source $testdir/tester.tcl" > > > (file "all.test" line 16) > > > # > > > > > > how can i getrid of this problem > > > > > > Thanks in advance > > > > You need to build and use 'testfixture', not the regular sqlite3 > > tcl shell, to run the test suite. Are you doing so? > > > > _______________________________________________ > > sqlite-users mailing list > > sqlite-users@sqlite.org > > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > > > _______________________________________________ > sqlite-users mailing list > sqlite-users@sqlite.org > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users