[sqlite] Tests regarding custom build of SQLite

2015-05-13 Thread Sairam Gaddam
In order to run .test files(sqlite test codes) in SQLite, I used ./testfixture NAMEOFFILE.test Can anyone kindly tell which build of sqlite will TESTFIXTURE access? Because even when I make modifications to sqlite3.c source code, the output of the test file under test has no effect. And one m

[sqlite] Tests regarding custom build of SQLite

2015-05-13 Thread Richard Hipp
On 5/13/15, Sairam Gaddam wrote: > In order to run .test files(sqlite test codes) in SQLite, I used > > ./testfixture NAMEOFFILE.test > > Can anyone kindly tell which build of sqlite will TESTFIXTURE access? > > Because even when I make modifications to sqlite3.c source code, the output > of the