On Thu, Dec 14, 2017 at 4:19 AM, advancenOO <haveagoodtime2...@gmail.com>
wrote:

> Hello Richard,
>
> I hope to run some tests by myself and I think TCL tests in your link are
> what I want.
> There are so many .tcl and .test in Sqlite source tree.
> Could someone share what commands I need to run to start all TCL tests?
>
> the 'make test' target uses a program 'testfixture' which is passed a tcl
script.  You can re-run indicidual tests with './testfixture tests/<xxx>'
although that's the majority of the tests, some of the tests are
'fuzzcheck' which is another program built by the makefile.
make test does a good majority of the tests... there's also make fulltest
which takes many hours to complete but does 10x more tests.


> Thanks.
>
>
>
> --
> Sent from: http://sqlite.1065341.n5.nabble.com/
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@mailinglists.sqlite.org
> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to