SQLite Forum

How to run the sqlite test
Login

How to run the sqlite test

(1) By naeco2005 on 2021-04-26 10:30:20 [link] [source]

Recently I worked to build sqlite for universal binary. with lipo command it shows that the .a file has two architecture: x86_64 and arm64. I want to run some tests to see if the binary is what i expect, but who can tell how to run these tests embedded in sqlite? just running 'make test' would be enough?

Thanks, -Naeco2005

(2) By Simon Slavin (slavin) on 2021-04-26 12:59:37 in reply to 1 [source]

Not certain which tests you're talking about. Here are some (up to date ?) instructions from DRH on running two parts of the SQLite test suite:

http://sqlite.1065341.n5.nabble.com/how-to-run-the-SQLite-test-suite-tp95692p95694.html

and you can see detailed comments on the entire testing suite here:

https://sqlite.org/testing.html

If I didn't cover what you meant, please post a followup.