Re: [sqlite] self test for sqlite-amalgamation-3.6.5

2008-11-26 Thread goldy
Hi, Do we need to add more files in src as i just copied test*.c and *.h files from source tar and then compiled in 3.6.5-amalgmation . On Tue, Nov 25, 2008 at 10:21 AM, goldy <[EMAIL PROTECTED]> wrote: > Hi Shane, > > I am using linux and i have used these options: > gcc -g -O2

Re: [sqlite] self test for sqlite-amalgamation-3.6.5

2008-11-24 Thread goldy
Hi Shane, I am using linux and i have used these options: gcc -g -O2 -DSQLITE_OS_UNIX=1 -I. -I./src -DNDEBUG -I/devel/usr/include -DSQLITE_THREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DTCLSH=1 -DSQLITE_NO_SYNC=1\ -DSQLITE_CRASH_TEST=1 -DSQLITE_TEST=1\

Re: [sqlite] self test for sqlite-amalgamation-3.6.5

2008-11-24 Thread Shane Harrelson
Can you provide more details? What platform (Windows, Linux, etc.)? What version of TCL? What compilation options did you use for the testfixture? On Mon, Nov 24, 2008 at 1:30 AM, Avinash Mittal <[EMAIL PROTECTED]>wrote: > Hi, > > I tried to execute the test for sqlite-amalgamation-3.6.5

[sqlite] self test for sqlite-amalgamation-3.6.5

2008-11-23 Thread Avinash Mittal
Hi, I tried to execute the test for sqlite-amalgamation-3.6.5 repository but there are some test cases which getting hanged like lock-4.3... Expected: [1 {database is locked} {0 1 2 3 4 5}] Got: [1 {database is locked} {}] lock-5.1... Ok lock-5.2..