SQLite Test Harness #3 (TH3):
https://www.sqlite.org/th3.html
It is proprietary :
https://www.sqlite.org/support.html
https://www.sqlite.org/prosupport.html
--
Regards,
Kees Nuyt
_______________________________________________
sqlite-dev mailing list
sqlit...@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-dev
On Thu, 26 Dec 2019 16:23:36 +0800, Yushan wrote:
> I forgot to ask, are the other two Test Harness also proprietary?
As https://www.sqlite.org/th3.html#history says:
"TH1 did not survive as a standard testing tool for SQLite, but it did find
continued service as a scripting language used to customize the Fossil version
control system."
Fossil is free to use.
http://www.fossil-scm.org/home/doc/trunk/COPYRIGHT-BSD2.txt
In Fossil, TH1 is a scripting language, not really a test harness anymore.
http://www.fossil-scm.org/home/doc/trunk/www/th1.md
As far as I can tell, TH2 did not survive.