Good day - I just downloaded & built sqlite-autoconf-3180000 on Linux x86_64 .
Now I would like run some some 'test suite' that will allow me to determine if the build is OK - but there appears to be none : $ make check make: Nothing to be done for 'check'. (no test runs are done - this appears to be an alias for 'check-am', to check that automake generation succeeeded) . $ make test make: *** No rule to make target 'test'. Stop. In SQLite source directory: $ find . -iname '*test*' $ There is no SQLite source file with the word 'Test' in the name, ignoring case . You have put up a page on the web called 'How SQLite is Tested' : https://sqlite.org/testing.html But no-where on that page is described 'How to Test SQLite' , nor are there any links to the test-suite source code, which evidently is not shipped in the SQLite source code, but which apparently exists, since the page states: " As of version 3.16.2 (2017-01-06), the SQLite library consists of approximately 122.9 KSLOC of C code. (KSLOC means thousands of "Source Lines Of Code" or, in other words, lines of code excluding blank lines and comments.) By comparison, the project has 745 times as much test code and test scripts - 91596.1 KSLOC. " . Where is this 91596.1 KSLOC of test code ? It does not appear to be shipped with SQLite . How do I run the tests ? There appears to be no documentation for this online or in the source tarball . Thanks & Regards, Jason _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users