Re: [sqlite] how to run tests with amalgamized build?

2007-04-19 Thread Jens Miltner
Am 19.04.2007 um 15:42 schrieb [EMAIL PROTECTED]: Jens Miltner <[EMAIL PROTECTED]> wrote: How do I run the tests with an amalgamized build? You may need to adjust a pathname or two, but the following is the general idea: make sqlite3.c gcc -o testfixure -g -O3 -Wall \

Re: [sqlite] how to run tests with amalgamized build?

2007-04-19 Thread drh
Jens Miltner <[EMAIL PROTECTED]> wrote: > How do I run the tests with an amalgamized build? You may need to adjust a pathname or two, but the following is the general idea: make sqlite3.c gcc -o testfixure -g -O3 -Wall \ -DSQLITE_NO_SYNC=1 \ -DSQLITE_DEBUG=1 \

[sqlite] how to run tests with amalgamized build?

2007-04-19 Thread Jens Miltner
How do I run the tests with an amalgamized build? I have tried to mingle the Makefile to build libsqlite3 from sqlite3.c, but apparently, testfixture compiles some source files again and I get conflicts of symbols being multiple defined... Since we're not using precompiled binaries, I'd