Re: [sqlite] unit tests

2005-05-22 Thread D. Richard Hipp
On Sun, 2005-05-22 at 20:35 +0200, Ludvig Strigeus wrote:
> How do I run the unit tests in Linux?
> 
> I've managed to build "tclsqlite3", but where do I go from there?
> 

   make testfixture
   ./testfixture ../sqlite/test/all.test

Or simply

   make fulltest

-- 
D. Richard Hipp <[EMAIL PROTECTED]>



Re: [sqlite] unit tests

2005-05-22 Thread G. Roderick Singleton
On Sun, 2005-05-22 at 14:01 -0500, Kurt Welgehausen wrote:
> > How do I run the unit tests in Linux?
> 
> make test

Running make test as root can give odd results. Use a user account.

-- 
G. Roderick Singleton <[EMAIL PROTECTED]>
PATH tech



Re: [sqlite] unit tests

2005-05-22 Thread Kurt Welgehausen
> How do I run the unit tests in Linux?

make test


[sqlite] unit tests

2005-05-22 Thread Ludvig Strigeus
How do I run the unit tests in Linux?

I've managed to build "tclsqlite3", but where do I go from there?

/Ludvig